Html Css Color HEX #253CCC Persian Blue

📋 copy color: '#253CCC'

red 37 ◦ green 60 ◦ blue 204

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

Shades of Persian Blue #253CCC

Tints of Persian Blue #253CCC

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.93%

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

R = 12.29%
G = 19.93%
B = 67.77%

CMYK

 C value IS 0.82

 M value IS 0.71

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#253CCC (or 0x253CCC) is known color: Persian Blue. HEX triplet: 25, 3C and CC. RGB value is (37,60,204). Sum of RGB (Red+Green+Blue) = 37+60+204=301 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.29% from 301); Green value is 60 (23.83% from 255 or 19.93% from 301); Blue value is 204 (80.08% from 255 or 67.77% from 301); Max value from RGB is 204 - color contains mainly: blue. Hex color #253CCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #253CCC is #DAC333. Grayscale: #444444. Windows color (decimal): -14336820 or 13384741. OLE color: 13384741.

HSL color Cylindrical-coordinate representation of color #253CCC: hue angle of 231.74º 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 #253CCC is Cyan = 0.82, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 37 60 204 -
CMYK 0.82 0.71 0 0.2
HSL 231.74º 0.69% 0.47% -
HSV(B) 231.74º 0.82% 0.8% -
XYZ 13.28 7.98 57.97 -
YUV 69.54 203.88 104.79 -
System Red Green Blue C M Y K H S L
Decimal 37 60 204 0.82 0.71 0 0.2 231.74 0.69 0.47
Hex 25 3C CC 52 47 0 14 E8 45 2F
Octal 45 74 314 122 107 0 24 350 105 57
Binary 100101 111100 11001100 1010010 1000111 0 10100 11101000 1000101 101111

Color Harmonies of #253CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253CCC

Black with #253CCC

Text Example


Text Example

White with #253CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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