Html Css Color HEX #252BBD Persian Blue

📋 copy color: '#252BBD'

red 37 ◦ green 43 ◦ blue 189

#252BBD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Blue #252BBD

Tints of Persian Blue #252BBD

RGB

 RED value IS 37 (14.84% from 255) = 13.75%

 GREEN value IS 43 (17.19% from 255) = 15.99%

 BLUE value IS 189 (74.22% from 255) = 70.26%

R = 13.75%
G = 15.99%
B = 70.26%

CMYK

 C value IS 0.80

 M value IS 0.77

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#252BBD (or 0x252BBD) is known color: Persian Blue. HEX triplet: 25, 2B and BD. RGB value is (37,43,189). Sum of RGB (Red+Green+Blue) = 37+43+189=269 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.75% from 269); Green value is 43 (17.19% from 255 or 15.99% from 269); Blue value is 189 (74.22% from 255 or 70.26% from 269); Max value from RGB is 189 - color contains mainly: blue. Hex color #252BBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #252BBD is #DAD442. Grayscale: #393939. Windows color (decimal): -14341187 or 12397349. OLE color: 12397349.

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

Color convert

RGB 37 43 189 -
CMYK 0.80 0.77 0 0.26
HSL 237.63º 0.67% 0.44% -
HSV(B) 237.63º 0.8% 0.74% -
XYZ 10.81 5.8 48.69 -
YUV 57.85 202.01 113.13 -
System Red Green Blue C M Y K H S L
Decimal 37 43 189 0.80 0.77 0 0.26 237.63 0.67 0.44
Hex 25 2B BD 50 4D 0 1A EE 43 2C
Octal 45 53 275 120 115 0 32 356 103 54
Binary 100101 101011 10111101 1010000 1001101 0 11010 11101110 1000011 101100

Color Harmonies of #252BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252BBD

Black with #252BBD

Text Example


Text Example

White with #252BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #252BBD;
 }
 .AnyTagClassName
 {
   color: #252BBD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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