Html Css Color HEX #252BDD Persian Blue

📋 copy color: '#252BDD'

red 37 ◦ green 43 ◦ blue 221

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

Shades of Persian Blue #252BDD

Tints of Persian Blue #252BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 73.42%

R = 12.29%
G = 14.29%
B = 73.42%

CMYK

 C value IS 0.83

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#252BDD (or 0x252BDD) is known color: Persian Blue. HEX triplet: 25, 2B and DD. RGB value is (37,43,221). Sum of RGB (Red+Green+Blue) = 37+43+221=301 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.29% from 301); Green value is 43 (17.19% from 255 or 14.29% from 301); Blue value is 221 (86.72% from 255 or 73.42% from 301); Max value from RGB is 221 - color contains mainly: blue. Hex color #252BDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #252BDD is #DAD422. Grayscale: #3C3C3C. Windows color (decimal): -14341155 or 14494501. OLE color: 14494501.

HSL color Cylindrical-coordinate representation of color #252BDD: hue angle of 238.04º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #252BDD is Cyan = 0.83, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 37 43 221 -
CMYK 0.83 0.81 0 0.13
HSL 238.04º 0.73% 0.51% -
HSV(B) 238.04º 0.83% 0.87% -
XYZ 14.68 7.34 69.05 -
YUV 61.5 218.01 110.53 -
System Red Green Blue C M Y K H S L
Decimal 37 43 221 0.83 0.81 0 0.13 238.04 0.73 0.51
Hex 25 2B DD 53 51 0 D EE 49 33
Octal 45 53 335 123 121 0 15 356 111 63
Binary 100101 101011 11011101 1010011 1010001 0 1101 11101110 1001001 110011

Color Harmonies of #252BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252BDD

Black with #252BDD

Text Example


Text Example

White with #252BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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