#252BBB

Color #252BBB Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #252BBB

Tints of Persian Blue #252BBB

Color information

#252BBB (or 0x252BBB) is unknown color: approx Persian Blue. HEX triplet: 25, 2B and BB. RGB value is (37,43,187). Sum of RGB (Red+Green+Blue) = 37+43+187=267 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.86% from 267); Green value is 43 (17.19% from 255 or 16.10% from 267); Blue value is 187 (73.44% from 255 or 70.04% from 267); Max value from RGB is 187 - color contains mainly: blue. Hex color #252BBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #252BBB is #DAD444. Grayscale: #393939. Windows color (decimal): -14341189 or 12266277. OLE color: 12266277.

HSL color Cylindrical-coordinate representation of color #252BBB: hue angle of 237.6º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #252BBB is Cyan = 0.80, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB3743187-
CMYK0.800.7700.27
HSL237.6º66.96%43.92%-
HSV(B)237.6º80.21%73.33%-
XYZ10.65.7147.56-
YUV57.62201.01113.29-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 37 (14.84% from 255) = 13.86%
GREEN value IS 43 (17.19% from 255) = 16.10%
BLUE value IS 187 (73.44% from 255) = 70.04%
R=13.86%
G=16.10%
B=70.04%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal37431870.800.7700.27237.666.9643.92
Hex252BBB504D01Bee432c
Octal455327312011503335610354
Binary1001011010111011101110100001001101011011111011101000011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252BBB; }

 p { color: rgb(37,43,187); }

 H1.HeaderClassName
 {
   color: #252BBB;
 }
 .AnyTagClassName
 {
   color: #252BBB;
 }
</style>
background-color css

<style>
 a { background-color: #252BBB; }

 a { background-color: rgb(37,43,187); }

 div.DivClassName
 {
   background-color: #252BBB;
 }
 .BgClassName
 {
   background-color: #252BBB;
 }
</style>
border-color css

<style>
 span { border-color: #252BBB; }

 span { border-color: rgb(37,43,187); }

 td.TdClassName
 {
   border-color: #252BBB;
 }
 .TagClassName
 {
   border-color: #252BBB;
 }
</style>