Html Css Color HEX #252BDC Persian Blue

📋 copy color: '#252BDC'

red 37 ◦ green 43 ◦ blue 220

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

Shades of Persian Blue #252BDC

Tints of Persian Blue #252BDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 73.33%

R = 12.33%
G = 14.33%
B = 73.33%

CMYK

 C value IS 0.83

 M value IS 0.80

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#252BDC (or 0x252BDC) is known color: Persian Blue. HEX triplet: 25, 2B and DC. RGB value is (37,43,220). Sum of RGB (Red+Green+Blue) = 37+43+220=300 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.33% from 300); Green value is 43 (17.19% from 255 or 14.33% from 300); Blue value is 220 (86.33% from 255 or 73.33% from 300); Max value from RGB is 220 - color contains mainly: blue. Hex color #252BDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #252BDC is #DAD423. Grayscale: #3C3C3C. Windows color (decimal): -14341156 or 14428965. OLE color: 14428965.

HSL color Cylindrical-coordinate representation of color #252BDC: hue angle of 238.03º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #252BDC is Cyan = 0.83, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 37 43 220 -
CMYK 0.83 0.80 0 0.14
HSL 238.03º 0.72% 0.5% -
HSV(B) 238.03º 0.83% 0.86% -
XYZ 14.55 7.29 68.35 -
YUV 61.38 217.51 110.61 -
System Red Green Blue C M Y K H S L
Decimal 37 43 220 0.83 0.80 0 0.14 238.03 0.72 0.5
Hex 25 2B DC 53 50 0 E EE 48 32
Octal 45 53 334 123 120 0 16 356 110 62
Binary 100101 101011 11011100 1010011 1010000 0 1110 11101110 1001000 110010

Color Harmonies of #252BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252BDC

Black with #252BDC

Text Example


Text Example

White with #252BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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