Html Css Color HEX #253755 Catalina Blue

📋 copy color: '#253755'

red 37 ◦ green 55 ◦ blue 85

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

Shades of Catalina Blue #253755

Tints of Catalina Blue #253755

RGB

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

 GREEN value IS 55 (21.88% from 255) = 31.07%

 BLUE value IS 85 (33.59% from 255) = 48.02%

R = 20.9%
G = 31.07%
B = 48.02%

CMYK

 C value IS 0.56

 M value IS 0.35

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#253755 (or 0x253755) is known color: Catalina Blue. HEX triplet: 25, 37 and 55. RGB value is (37,55,85). Sum of RGB (Red+Green+Blue) = 37+55+85=177 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.90% from 177); Green value is 55 (21.88% from 255 or 31.07% from 177); Blue value is 85 (33.59% from 255 or 48.02% from 177); Max value from RGB is 85 - color contains mainly: blue. Hex color #253755 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253755 is #DAC8AA. Grayscale: #343434. Windows color (decimal): -14338219 or 5584677. OLE color: 5584677.

HSL color Cylindrical-coordinate representation of color #253755: hue angle of 217.5º degrees, saturation: 0.39, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #253755 is Cyan = 0.56, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 37 55 85 -
CMYK 0.56 0.35 0 0.67
HSL 217.5º 0.39% 0.24% -
HSV(B) 217.5º 0.56% 0.33% -
XYZ 3.77 3.78 9.13 -
YUV 53.04 146.04 116.56 -
System Red Green Blue C M Y K H S L
Decimal 37 55 85 0.56 0.35 0 0.67 217.5 0.39 0.24
Hex 25 37 55 38 23 0 43 DA 27 18
Octal 45 67 125 70 43 0 103 332 47 30
Binary 100101 110111 1010101 111000 100011 0 1000011 11011010 100111 11000

Color Harmonies of #253755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253755

Black with #253755

Text Example


Text Example

White with #253755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253755; }

 p { color: rgb(37,55,85); }

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

background-color css

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

 a { background-color: rgb(37,55,85); }

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

border-color css

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

 span { border-color: rgb(37,55,85); }

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