Html Css Color HEX #253DCE Persian Blue

📋 copy color: '#253DCE'

red 37 ◦ green 61 ◦ blue 206

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

Shades of Persian Blue #253DCE

Tints of Persian Blue #253DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 67.76%

R = 12.17%
G = 20.07%
B = 67.76%

CMYK

 C value IS 0.82

 M value IS 0.70

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#253DCE (or 0x253DCE) is known color: Persian Blue. HEX triplet: 25, 3D and CE. RGB value is (37,61,206). Sum of RGB (Red+Green+Blue) = 37+61+206=304 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.17% from 304); Green value is 61 (24.22% from 255 or 20.07% from 304); Blue value is 206 (80.86% from 255 or 67.76% from 304); Max value from RGB is 206 - color contains mainly: blue. Hex color #253DCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #253DCE is #DAC231. Grayscale: #454545. Windows color (decimal): -14336562 or 13516069. OLE color: 13516069.

HSL color Cylindrical-coordinate representation of color #253DCE: hue angle of 231.48º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #253DCE is Cyan = 0.82, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 37 61 206 -
CMYK 0.82 0.70 0 0.19
HSL 231.48º 0.7% 0.48% -
HSV(B) 231.48º 0.82% 0.81% -
XYZ 13.57 8.19 59.26 -
YUV 70.35 204.55 104.21 -
System Red Green Blue C M Y K H S L
Decimal 37 61 206 0.82 0.70 0 0.19 231.48 0.7 0.48
Hex 25 3D CE 52 46 0 13 E7 46 30
Octal 45 75 316 122 106 0 23 347 106 60
Binary 100101 111101 11001110 1010010 1000110 0 10011 11100111 1000110 110000

Color Harmonies of #253DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253DCE

Black with #253DCE

Text Example


Text Example

White with #253DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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