Html Css Color HEX #253B58 Catalina Blue

📋 copy color: '#253B58'

red 37 ◦ green 59 ◦ blue 88

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

Shades of Catalina Blue #253B58

Tints of Catalina Blue #253B58

RGB

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

 GREEN value IS 59 (23.44% from 255) = 32.07%

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

R = 20.11%
G = 32.07%
B = 47.83%

CMYK

 C value IS 0.58

 M value IS 0.33

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#253B58 (or 0x253B58) is known color: Catalina Blue. HEX triplet: 25, 3B and 58. RGB value is (37,59,88). Sum of RGB (Red+Green+Blue) = 37+59+88=184 (24% of max value = 765). Red value is 37 (14.84% from 255 or 20.11% from 184); Green value is 59 (23.44% from 255 or 32.07% from 184); Blue value is 88 (34.77% from 255 or 47.83% from 184); Max value from RGB is 88 - color contains mainly: blue. Hex color #253B58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253B58 is #DAC4A7. Grayscale: #373737. Windows color (decimal): -14337192 or 5782309. OLE color: 5782309.

HSL color Cylindrical-coordinate representation of color #253B58: hue angle of 214.12º 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 #253B58 is Cyan = 0.58, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 37 59 88 -
CMYK 0.58 0.33 0 0.65
HSL 214.12º 0.41% 0.25% -
HSV(B) 214.12º 0.58% 0.35% -
XYZ 4.09 4.23 9.83 -
YUV 55.73 146.21 114.64 -
System Red Green Blue C M Y K H S L
Decimal 37 59 88 0.58 0.33 0 0.65 214.12 0.41 0.25
Hex 25 3B 58 3A 21 0 41 D6 29 19
Octal 45 73 130 72 41 0 101 326 51 31
Binary 100101 111011 1011000 111010 100001 0 1000001 11010110 101001 11001

Color Harmonies of #253B58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253B58

Black with #253B58

Text Example


Text Example

White with #253B58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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