Html Css Color HEX #253752 Catalina Blue

📋 copy color: '#253752'

red 37 ◦ green 55 ◦ blue 82

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

Shades of Catalina Blue #253752

Tints of Catalina Blue #253752

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 47.13%

R = 21.26%
G = 31.61%
B = 47.13%

CMYK

 C value IS 0.55

 M value IS 0.33

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#253752 (or 0x253752) is known color: Catalina Blue. HEX triplet: 25, 37 and 52. RGB value is (37,55,82). Sum of RGB (Red+Green+Blue) = 37+55+82=174 (23% of max value = 765). Red value is 37 (14.84% from 255 or 21.26% from 174); Green value is 55 (21.88% from 255 or 31.61% from 174); Blue value is 82 (32.42% from 255 or 47.13% from 174); Max value from RGB is 82 - color contains mainly: blue. Hex color #253752 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253752 is #DAC8AD. Grayscale: #343434. Windows color (decimal): -14338222 or 5388069. OLE color: 5388069.

HSL color Cylindrical-coordinate representation of color #253752: hue angle of 216º degrees, saturation: 0.38, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #253752 is Cyan = 0.55, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 37 55 82 -
CMYK 0.55 0.33 0 0.68
HSL 216º 0.38% 0.23% -
HSV(B) 216º 0.55% 0.32% -
XYZ 3.65 3.73 8.51 -
YUV 52.7 144.54 116.8 -
System Red Green Blue C M Y K H S L
Decimal 37 55 82 0.55 0.33 0 0.68 216 0.38 0.23
Hex 25 37 52 37 21 0 44 D8 26 17
Octal 45 67 122 67 41 0 104 330 46 27
Binary 100101 110111 1010010 110111 100001 0 1000100 11011000 100110 10111

Color Harmonies of #253752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253752

Black with #253752

Text Example


Text Example

White with #253752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253752; }

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

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

background-color css

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

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

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

border-color css

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

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

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