Html Css Color HEX #253CBB Persian Blue

📋 copy color: '#253CBB'

red 37 ◦ green 60 ◦ blue 187

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

Shades of Persian Blue #253CBB

Tints of Persian Blue #253CBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 65.85%

R = 13.03%
G = 21.13%
B = 65.85%

CMYK

 C value IS 0.80

 M value IS 0.68

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#253CBB (or 0x253CBB) is known color: Persian Blue. HEX triplet: 25, 3C and BB. RGB value is (37,60,187). Sum of RGB (Red+Green+Blue) = 37+60+187=284 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.03% from 284); Green value is 60 (23.83% from 255 or 21.13% from 284); Blue value is 187 (73.44% from 255 or 65.85% from 284); Max value from RGB is 187 - color contains mainly: blue. Hex color #253CBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #253CBB is #DAC344. Grayscale: #434343. Windows color (decimal): -14336837 or 12270629. OLE color: 12270629.

HSL color Cylindrical-coordinate representation of color #253CBB: hue angle of 230.8º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #253CBB is Cyan = 0.80, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 37 60 187 -
CMYK 0.80 0.68 0 0.27
HSL 230.8º 0.67% 0.44% -
HSV(B) 230.8º 0.8% 0.73% -
XYZ 11.35 7.21 47.81 -
YUV 67.6 195.38 106.17 -
System Red Green Blue C M Y K H S L
Decimal 37 60 187 0.80 0.68 0 0.27 230.8 0.67 0.44
Hex 25 3C BB 50 44 0 1B E7 43 2C
Octal 45 74 273 120 104 0 33 347 103 54
Binary 100101 111100 10111011 1010000 1000100 0 11011 11100111 1000011 101100

Color Harmonies of #253CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253CBB

Black with #253CBB

Text Example


Text Example

White with #253CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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