Html Css Color HEX #253556 Catalina Blue

📋 copy color: '#253556'

red 37 ◦ green 53 ◦ blue 86

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

Shades of Catalina Blue #253556

Tints of Catalina Blue #253556

RGB

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

 GREEN value IS 53 (21.09% from 255) = 30.11%

 BLUE value IS 86 (33.98% from 255) = 48.86%

R = 21.02%
G = 30.11%
B = 48.86%

CMYK

 C value IS 0.57

 M value IS 0.38

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#253556 (or 0x253556) is known color: Catalina Blue. HEX triplet: 25, 35 and 56. RGB value is (37,53,86). Sum of RGB (Red+Green+Blue) = 37+53+86=176 (23% of max value = 765). Red value is 37 (14.84% from 255 or 21.02% from 176); Green value is 53 (21.09% from 255 or 30.11% from 176); Blue value is 86 (33.98% from 255 or 48.86% from 176); Max value from RGB is 86 - color contains mainly: blue. Hex color #253556 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253556 is #DACAA9. Grayscale: #333333. Windows color (decimal): -14338730 or 5649701. OLE color: 5649701.

HSL color Cylindrical-coordinate representation of color #253556: hue angle of 220.41º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #253556 is Cyan = 0.57, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 37 53 86 -
CMYK 0.57 0.38 0 0.66
HSL 220.41º 0.4% 0.24% -
HSV(B) 220.41º 0.57% 0.34% -
XYZ 3.72 3.61 9.31 -
YUV 51.98 147.2 117.32 -
System Red Green Blue C M Y K H S L
Decimal 37 53 86 0.57 0.38 0 0.66 220.41 0.4 0.24
Hex 25 35 56 39 26 0 42 DC 28 18
Octal 45 65 126 71 46 0 102 334 50 30
Binary 100101 110101 1010110 111001 100110 0 1000010 11011100 101000 11000

Color Harmonies of #253556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253556

Black with #253556

Text Example


Text Example

White with #253556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253556; }

 p { color: rgb(37,53,86); }

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

background-color css

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

 a { background-color: rgb(37,53,86); }

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

border-color css

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

 span { border-color: rgb(37,53,86); }

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