Html Css Color HEX #253BCB Persian Blue

📋 copy color: '#253BCB'

red 37 ◦ green 59 ◦ blue 203

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

Shades of Persian Blue #253BCB

Tints of Persian Blue #253BCB

RGB

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

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

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

R = 12.37%
G = 19.73%
B = 67.89%

CMYK

 C value IS 0.82

 M value IS 0.71

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#253BCB (or 0x253BCB) is known color: Persian Blue. HEX triplet: 25, 3B and CB. RGB value is (37,59,203). Sum of RGB (Red+Green+Blue) = 37+59+203=299 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.37% from 299); Green value is 59 (23.44% from 255 or 19.73% from 299); Blue value is 203 (79.69% from 255 or 67.89% from 299); Max value from RGB is 203 - color contains mainly: blue. Hex color #253BCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #253BCB is #DAC434. Grayscale: #444444. Windows color (decimal): -14337077 or 13318949. OLE color: 13318949.

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

Color convert

RGB 37 59 203 -
CMYK 0.82 0.71 0 0.20
HSL 232.05º 0.69% 0.47% -
HSV(B) 232.05º 0.82% 0.8% -
XYZ 13.11 7.83 57.32 -
YUV 68.84 203.71 105.29 -
System Red Green Blue C M Y K H S L
Decimal 37 59 203 0.82 0.71 0 0.20 232.05 0.69 0.47
Hex 25 3B CB 52 47 0 14 E8 45 2F
Octal 45 73 313 122 107 0 24 350 105 57
Binary 100101 111011 11001011 1010010 1000111 0 10100 11101000 1000101 101111

Color Harmonies of #253BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253BCB

Black with #253BCB

Text Example


Text Example

White with #253BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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