Html Css Color HEX #253C69 Catalina Blue

📋 copy color: '#253C69'

red 37 ◦ green 60 ◦ blue 105

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

Shades of Catalina Blue #253C69

Tints of Catalina Blue #253C69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 51.98%

R = 18.32%
G = 29.7%
B = 51.98%

CMYK

 C value IS 0.65

 M value IS 0.43

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#253C69 (or 0x253C69) is known color: Catalina Blue. HEX triplet: 25, 3C and 69. RGB value is (37,60,105). Sum of RGB (Red+Green+Blue) = 37+60+105=202 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.32% from 202); Green value is 60 (23.83% from 255 or 29.70% from 202); Blue value is 105 (41.41% from 255 or 51.98% from 202); Max value from RGB is 105 - color contains mainly: blue. Hex color #253C69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253C69 is #DAC396. Grayscale: #3A3A3A. Windows color (decimal): -14336919 or 6896677. OLE color: 6896677.

HSL color Cylindrical-coordinate representation of color #253C69: hue angle of 219.71º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #253C69 is Cyan = 0.65, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 37 60 105 -
CMYK 0.65 0.43 0 0.59
HSL 219.71º 0.48% 0.28% -
HSV(B) 219.71º 0.65% 0.41% -
XYZ 4.93 4.64 14 -
YUV 58.25 154.38 112.84 -
System Red Green Blue C M Y K H S L
Decimal 37 60 105 0.65 0.43 0 0.59 219.71 0.48 0.28
Hex 25 3C 69 41 2B 0 3B DC 30 1C
Octal 45 74 151 101 53 0 73 334 60 34
Binary 100101 111100 1101001 1000001 101011 0 111011 11011100 110000 11100

Color Harmonies of #253C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253C69

Black with #253C69

Text Example


Text Example

White with #253C69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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