Html Css Color HEX #253BCC Persian Blue

📋 copy color: '#253BCC'

red 37 ◦ green 59 ◦ blue 204

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

Shades of Persian Blue #253BCC

Tints of Persian Blue #253BCC

RGB

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

 GREEN value IS 59 (23.44% from 255) = 19.67%

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

R = 12.33%
G = 19.67%
B = 68%

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

#253BCC (or 0x253BCC) is known color: Persian Blue. HEX triplet: 25, 3B and CC. RGB value is (37,59,204). Sum of RGB (Red+Green+Blue) = 37+59+204=300 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.33% from 300); Green value is 59 (23.44% from 255 or 19.67% from 300); Blue value is 204 (80.08% from 255 or 68% from 300); Max value from RGB is 204 - color contains mainly: blue. Hex color #253BCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #253BCC is #DAC433. Grayscale: #444444. Windows color (decimal): -14337076 or 13384485. OLE color: 13384485.

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

Color convert

RGB 37 59 204 -
CMYK 0.82 0.71 0 0.2
HSL 232.1º 0.69% 0.47% -
HSV(B) 232.1º 0.82% 0.8% -
XYZ 13.23 7.88 57.95 -
YUV 68.95 204.21 105.21 -
System Red Green Blue C M Y K H S L
Decimal 37 59 204 0.82 0.71 0 0.2 232.1 0.69 0.47
Hex 25 3B CC 52 47 0 14 E8 45 2F
Octal 45 73 314 122 107 0 24 350 105 57
Binary 100101 111011 11001100 1010010 1000111 0 10100 11101000 1000101 101111

Color Harmonies of #253BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253BCC

Black with #253BCC

Text Example


Text Example

White with #253BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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