Html Css Color HEX #253C5A Catalina Blue

📋 copy color: '#253C5A'

red 37 ◦ green 60 ◦ blue 90

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

Shades of Catalina Blue #253C5A

Tints of Catalina Blue #253C5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 48.13%

R = 19.79%
G = 32.09%
B = 48.13%

CMYK

 C value IS 0.59

 M value IS 0.33

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#253C5A (or 0x253C5A) is known color: Catalina Blue. HEX triplet: 25, 3C and 5A. RGB value is (37,60,90). Sum of RGB (Red+Green+Blue) = 37+60+90=187 (24% of max value = 765). Red value is 37 (14.84% from 255 or 19.79% from 187); Green value is 60 (23.83% from 255 or 32.09% from 187); Blue value is 90 (35.55% from 255 or 48.13% from 187); Max value from RGB is 90 - color contains mainly: blue. Hex color #253C5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253C5A is #DAC3A5. Grayscale: #383838. Windows color (decimal): -14336934 or 5913637. OLE color: 5913637.

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

Color convert

RGB 37 60 90 -
CMYK 0.59 0.33 0 0.65
HSL 213.96º 0.42% 0.25% -
HSV(B) 213.96º 0.59% 0.35% -
XYZ 4.22 4.36 10.29 -
YUV 56.54 146.88 114.06 -
System Red Green Blue C M Y K H S L
Decimal 37 60 90 0.59 0.33 0 0.65 213.96 0.42 0.25
Hex 25 3C 5A 3B 21 0 41 D6 2A 19
Octal 45 74 132 73 41 0 101 326 52 31
Binary 100101 111100 1011010 111011 100001 0 1000001 11010110 101010 11001

Color Harmonies of #253C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253C5A

Black with #253C5A

Text Example


Text Example

White with #253C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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