Html Css Color HEX #253A52 Catalina Blue

📋 copy color: '#253A52'

red 37 ◦ green 58 ◦ blue 82

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

Shades of Catalina Blue #253A52

Tints of Catalina Blue #253A52

RGB

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

 GREEN value IS 58 (23.05% from 255) = 32.77%

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

R = 20.9%
G = 32.77%
B = 46.33%

CMYK

 C value IS 0.55

 M value IS 0.29

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#253A52 (or 0x253A52) is known color: Catalina Blue. HEX triplet: 25, 3A and 52. RGB value is (37,58,82). Sum of RGB (Red+Green+Blue) = 37+58+82=177 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.90% from 177); Green value is 58 (23.05% from 255 or 32.77% from 177); Blue value is 82 (32.42% from 255 or 46.33% from 177); Max value from RGB is 82 - color contains mainly: blue. Hex color #253A52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253A52 is #DAC5AD. Grayscale: #363636. Windows color (decimal): -14337454 or 5388837. OLE color: 5388837.

HSL color Cylindrical-coordinate representation of color #253A52: hue angle of 212º 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 #253A52 is Cyan = 0.55, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 37 58 82 -
CMYK 0.55 0.29 0 0.68
HSL 212º 0.38% 0.23% -
HSV(B) 212º 0.55% 0.32% -
XYZ 3.8 4.03 8.56 -
YUV 54.46 143.54 115.55 -
System Red Green Blue C M Y K H S L
Decimal 37 58 82 0.55 0.29 0 0.68 212 0.38 0.23
Hex 25 3A 52 37 1D 0 44 D4 26 17
Octal 45 72 122 67 35 0 104 324 46 27
Binary 100101 111010 1010010 110111 11101 0 1000100 11010100 100110 10111

Color Harmonies of #253A52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253A52

Black with #253A52

Text Example


Text Example

White with #253A52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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