Html Css Color HEX #253C5B Catalina Blue

📋 copy color: '#253C5B'

red 37 ◦ green 60 ◦ blue 91

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

Shades of Catalina Blue #253C5B

Tints of Catalina Blue #253C5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 48.4%

R = 19.68%
G = 31.91%
B = 48.4%

CMYK

 C value IS 0.59

 M value IS 0.34

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#253C5B (or 0x253C5B) is known color: Catalina Blue. HEX triplet: 25, 3C and 5B. RGB value is (37,60,91). Sum of RGB (Red+Green+Blue) = 37+60+91=188 (24% of max value = 765). Red value is 37 (14.84% from 255 or 19.68% from 188); Green value is 60 (23.83% from 255 or 31.91% from 188); Blue value is 91 (35.94% from 255 or 48.40% from 188); Max value from RGB is 91 - color contains mainly: blue. Hex color #253C5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253C5B is #DAC3A4. Grayscale: #383838. Windows color (decimal): -14336933 or 5979173. OLE color: 5979173.

HSL color Cylindrical-coordinate representation of color #253C5B: hue angle of 214.44º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #253C5B is Cyan = 0.59, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 37 60 91 -
CMYK 0.59 0.34 0 0.64
HSL 214.44º 0.42% 0.25% -
HSV(B) 214.44º 0.59% 0.36% -
XYZ 4.27 4.38 10.52 -
YUV 56.66 147.38 113.98 -
System Red Green Blue C M Y K H S L
Decimal 37 60 91 0.59 0.34 0 0.64 214.44 0.42 0.25
Hex 25 3C 5B 3B 22 0 40 D6 2A 19
Octal 45 74 133 73 42 0 100 326 52 31
Binary 100101 111100 1011011 111011 100010 0 1000000 11010110 101010 11001

Color Harmonies of #253C5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253C5B

Black with #253C5B

Text Example


Text Example

White with #253C5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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