Html Css Color HEX #253DCC Persian Blue

📋 copy color: '#253DCC'

red 37 ◦ green 61 ◦ blue 204

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

Shades of Persian Blue #253DCC

Tints of Persian Blue #253DCC

RGB

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

 GREEN value IS 61 (24.22% from 255) = 20.2%

 BLUE value IS 204 (80.08% from 255) = 67.55%

R = 12.25%
G = 20.2%
B = 67.55%

CMYK

 C value IS 0.82

 M value IS 0.70

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#253DCC (or 0x253DCC) is known color: Persian Blue. HEX triplet: 25, 3D and CC. RGB value is (37,61,204). Sum of RGB (Red+Green+Blue) = 37+61+204=302 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.25% from 302); Green value is 61 (24.22% from 255 or 20.20% from 302); Blue value is 204 (80.08% from 255 or 67.55% from 302); Max value from RGB is 204 - color contains mainly: blue. Hex color #253DCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #253DCC is #DAC233. Grayscale: #454545. Windows color (decimal): -14336564 or 13384997. OLE color: 13384997.

HSL color Cylindrical-coordinate representation of color #253DCC: hue angle of 231.38º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #253DCC is Cyan = 0.82, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 37 61 204 -
CMYK 0.82 0.70 0 0.2
HSL 231.38º 0.69% 0.47% -
HSV(B) 231.38º 0.82% 0.8% -
XYZ 13.33 8.09 57.99 -
YUV 70.13 203.55 104.37 -
System Red Green Blue C M Y K H S L
Decimal 37 61 204 0.82 0.70 0 0.2 231.38 0.69 0.47
Hex 25 3D CC 52 46 0 14 E7 45 2F
Octal 45 75 314 122 106 0 24 347 105 57
Binary 100101 111101 11001100 1010010 1000110 0 10100 11100111 1000101 101111

Color Harmonies of #253DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253DCC

Black with #253DCC

Text Example


Text Example

White with #253DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253DCC; }

 p { color: rgb(37,61,204); }

 H1.HeaderClassName
 {
   color: #253DCC;
 }
 .AnyTagClassName
 {
   color: #253DCC;
 }
</style>

background-color css

<style>
 a { background-color: #253DCC; }

 a { background-color: rgb(37,61,204); }

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

border-color css

<style>
 span { border-color: #253DCC; }

 span { border-color: rgb(37,61,204); }

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