Html Css Color HEX #253DCB Persian Blue

📋 copy color: '#253DCB'

red 37 ◦ green 61 ◦ blue 203

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

Shades of Persian Blue #253DCB

Tints of Persian Blue #253DCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 67.44%

R = 12.29%
G = 20.27%
B = 67.44%

CMYK

 C value IS 0.82

 M value IS 0.70

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#253DCB (or 0x253DCB) is known color: Persian Blue. HEX triplet: 25, 3D and CB. RGB value is (37,61,203). Sum of RGB (Red+Green+Blue) = 37+61+203=301 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.29% from 301); Green value is 61 (24.22% from 255 or 20.27% from 301); Blue value is 203 (79.69% from 255 or 67.44% from 301); Max value from RGB is 203 - color contains mainly: blue. Hex color #253DCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #253DCB is #DAC234. Grayscale: #454545. Windows color (decimal): -14336565 or 13319461. OLE color: 13319461.

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

Color convert

RGB 37 61 203 -
CMYK 0.82 0.70 0 0.20
HSL 231.33º 0.69% 0.47% -
HSV(B) 231.33º 0.82% 0.8% -
XYZ 13.21 8.04 57.36 -
YUV 70.01 203.05 104.45 -
System Red Green Blue C M Y K H S L
Decimal 37 61 203 0.82 0.70 0 0.20 231.33 0.69 0.47
Hex 25 3D CB 52 46 0 14 E7 45 2F
Octal 45 75 313 122 106 0 24 347 105 57
Binary 100101 111101 11001011 1010010 1000110 0 10100 11100111 1000101 101111

Color Harmonies of #253DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253DCB

Black with #253DCB

Text Example


Text Example

White with #253DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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