Html Css Color HEX #253558 Catalina Blue

📋 copy color: '#253558'

red 37 ◦ green 53 ◦ blue 88

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

Shades of Catalina Blue #253558

Tints of Catalina Blue #253558

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 49.44%

R = 20.79%
G = 29.78%
B = 49.44%

CMYK

 C value IS 0.58

 M value IS 0.40

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#253558 (or 0x253558) is known color: Catalina Blue. HEX triplet: 25, 35 and 58. RGB value is (37,53,88). Sum of RGB (Red+Green+Blue) = 37+53+88=178 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.79% from 178); Green value is 53 (21.09% from 255 or 29.78% from 178); Blue value is 88 (34.77% from 255 or 49.44% from 178); Max value from RGB is 88 - color contains mainly: blue. Hex color #253558 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253558 is #DACAA7. Grayscale: #343434. Windows color (decimal): -14338728 or 5780773. OLE color: 5780773.

HSL color Cylindrical-coordinate representation of color #253558: hue angle of 221.18º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #253558 is Cyan = 0.58, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 37 53 88 -
CMYK 0.58 0.40 0 0.65
HSL 221.18º 0.41% 0.25% -
HSV(B) 221.18º 0.58% 0.35% -
XYZ 3.8 3.64 9.74 -
YUV 52.21 148.2 117.15 -
System Red Green Blue C M Y K H S L
Decimal 37 53 88 0.58 0.40 0 0.65 221.18 0.41 0.25
Hex 25 35 58 3A 28 0 41 DD 29 19
Octal 45 65 130 72 50 0 101 335 51 31
Binary 100101 110101 1011000 111010 101000 0 1000001 11011101 101001 11001

Color Harmonies of #253558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253558

Black with #253558

Text Example


Text Example

White with #253558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253558; }

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

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

background-color css

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

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

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

border-color css

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

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

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