Html Css Color HEX #253CBE Persian Blue

📋 copy color: '#253CBE'

red 37 ◦ green 60 ◦ blue 190

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

Shades of Persian Blue #253CBE

Tints of Persian Blue #253CBE

RGB

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

 GREEN value IS 60 (23.83% from 255) = 20.91%

 BLUE value IS 190 (74.61% from 255) = 66.2%

R = 12.89%
G = 20.91%
B = 66.2%

CMYK

 C value IS 0.81

 M value IS 0.68

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#253CBE (or 0x253CBE) is known color: Persian Blue. HEX triplet: 25, 3C and BE. RGB value is (37,60,190). Sum of RGB (Red+Green+Blue) = 37+60+190=287 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.89% from 287); Green value is 60 (23.83% from 255 or 20.91% from 287); Blue value is 190 (74.61% from 255 or 66.20% from 287); Max value from RGB is 190 - color contains mainly: blue. Hex color #253CBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #253CBE is #DAC341. Grayscale: #434343. Windows color (decimal): -14336834 or 12467237. OLE color: 12467237.

HSL color Cylindrical-coordinate representation of color #253CBE: hue angle of 230.98º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #253CBE is Cyan = 0.81, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 37 60 190 -
CMYK 0.81 0.68 0 0.25
HSL 230.98º 0.67% 0.45% -
HSV(B) 230.98º 0.81% 0.75% -
XYZ 11.67 7.34 49.52 -
YUV 67.94 196.88 105.93 -
System Red Green Blue C M Y K H S L
Decimal 37 60 190 0.81 0.68 0 0.25 230.98 0.67 0.45
Hex 25 3C BE 51 44 0 19 E7 43 2D
Octal 45 74 276 121 104 0 31 347 103 55
Binary 100101 111100 10111110 1010001 1000100 0 11001 11100111 1000011 101101

Color Harmonies of #253CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253CBE

Black with #253CBE

Text Example


Text Example

White with #253CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,60,190); }

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

background-color css

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

 a { background-color: rgb(37,60,190); }

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

border-color css

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

 span { border-color: rgb(37,60,190); }

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