Html Css Color HEX #253C61 Catalina Blue

📋 copy color: '#253C61'

red 37 ◦ green 60 ◦ blue 97

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

Shades of Catalina Blue #253C61

Tints of Catalina Blue #253C61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 50%

R = 19.07%
G = 30.93%
B = 50%

CMYK

 C value IS 0.62

 M value IS 0.38

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#253C61 (or 0x253C61) is known color: Catalina Blue. HEX triplet: 25, 3C and 61. RGB value is (37,60,97). Sum of RGB (Red+Green+Blue) = 37+60+97=194 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.07% from 194); Green value is 60 (23.83% from 255 or 30.93% from 194); Blue value is 97 (38.28% from 255 or 50% from 194); Max value from RGB is 97 - color contains mainly: blue. Hex color #253C61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253C61 is #DAC39E. Grayscale: #393939. Windows color (decimal): -14336927 or 6372389. OLE color: 6372389.

HSL color Cylindrical-coordinate representation of color #253C61: hue angle of 217º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #253C61 is Cyan = 0.62, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 37 60 97 -
CMYK 0.62 0.38 0 0.62
HSL 217º 0.45% 0.26% -
HSV(B) 217º 0.62% 0.38% -
XYZ 4.54 4.49 11.94 -
YUV 57.34 150.38 113.49 -
System Red Green Blue C M Y K H S L
Decimal 37 60 97 0.62 0.38 0 0.62 217 0.45 0.26
Hex 25 3C 61 3E 26 0 3E D9 2D 1A
Octal 45 74 141 76 46 0 76 331 55 32
Binary 100101 111100 1100001 111110 100110 0 111110 11011001 101101 11010

Color Harmonies of #253C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253C61

Black with #253C61

Text Example


Text Example

White with #253C61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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