Html Css Color HEX #253A55 Catalina Blue

📋 copy color: '#253A55'

red 37 ◦ green 58 ◦ blue 85

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

Shades of Catalina Blue #253A55

Tints of Catalina Blue #253A55

RGB

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

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

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

R = 20.56%
G = 32.22%
B = 47.22%

CMYK

 C value IS 0.56

 M value IS 0.32

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#253A55 (or 0x253A55) is known color: Catalina Blue. HEX triplet: 25, 3A and 55. RGB value is (37,58,85). Sum of RGB (Red+Green+Blue) = 37+58+85=180 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.56% from 180); Green value is 58 (23.05% from 255 or 32.22% from 180); Blue value is 85 (33.59% from 255 or 47.22% from 180); Max value from RGB is 85 - color contains mainly: blue. Hex color #253A55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253A55 is #DAC5AA. Grayscale: #363636. Windows color (decimal): -14337451 or 5585445. OLE color: 5585445.

HSL color Cylindrical-coordinate representation of color #253A55: hue angle of 213.75º 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 #253A55 is Cyan = 0.56, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 37 58 85 -
CMYK 0.56 0.32 0 0.67
HSL 213.75º 0.39% 0.24% -
HSV(B) 213.75º 0.56% 0.33% -
XYZ 3.92 4.08 9.17 -
YUV 54.8 145.04 115.3 -
System Red Green Blue C M Y K H S L
Decimal 37 58 85 0.56 0.32 0 0.67 213.75 0.39 0.24
Hex 25 3A 55 38 20 0 43 D6 27 18
Octal 45 72 125 70 40 0 103 326 47 30
Binary 100101 111010 1010101 111000 100000 0 1000011 11010110 100111 11000

Color Harmonies of #253A55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253A55

Black with #253A55

Text Example


Text Example

White with #253A55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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