Html Css Color HEX #253FCB Persian Blue

📋 copy color: '#253FCB'

red 37 ◦ green 63 ◦ blue 203

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

Shades of Persian Blue #253FCB

Tints of Persian Blue #253FCB

RGB

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

 GREEN value IS 63 (25% from 255) = 20.79%

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

R = 12.21%
G = 20.79%
B = 67%

CMYK

 C value IS 0.82

 M value IS 0.69

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#253FCB (or 0x253FCB) is known color: Persian Blue. HEX triplet: 25, 3F and CB. RGB value is (37,63,203). Sum of RGB (Red+Green+Blue) = 37+63+203=303 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.21% from 303); Green value is 63 (25% from 255 or 20.79% from 303); Blue value is 203 (79.69% from 255 or 67.00% from 303); Max value from RGB is 203 - color contains mainly: blue. Hex color #253FCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #253FCB is #DAC034. Grayscale: #464646. Windows color (decimal): -14336053 or 13319973. OLE color: 13319973.

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

Color convert

RGB 37 63 203 -
CMYK 0.82 0.69 0 0.20
HSL 230.6º 0.69% 0.47% -
HSV(B) 230.6º 0.82% 0.8% -
XYZ 13.32 8.26 57.39 -
YUV 71.19 202.39 103.62 -
System Red Green Blue C M Y K H S L
Decimal 37 63 203 0.82 0.69 0 0.20 230.6 0.69 0.47
Hex 25 3F CB 52 45 0 14 E7 45 2F
Octal 45 77 313 122 105 0 24 347 105 57
Binary 100101 111111 11001011 1010010 1000101 0 10100 11100111 1000101 101111

Color Harmonies of #253FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253FCB

Black with #253FCB

Text Example


Text Example

White with #253FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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