Html Css Color HEX #253D59 Catalina Blue

📋 copy color: '#253D59'

red 37 ◦ green 61 ◦ blue 89

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

Shades of Catalina Blue #253D59

Tints of Catalina Blue #253D59

RGB

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

 GREEN value IS 61 (24.22% from 255) = 32.62%

 BLUE value IS 89 (35.16% from 255) = 47.59%

R = 19.79%
G = 32.62%
B = 47.59%

CMYK

 C value IS 0.58

 M value IS 0.31

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#253D59 (or 0x253D59) is known color: Catalina Blue. HEX triplet: 25, 3D and 59. RGB value is (37,61,89). Sum of RGB (Red+Green+Blue) = 37+61+89=187 (24% of max value = 765). Red value is 37 (14.84% from 255 or 19.79% from 187); Green value is 61 (24.22% from 255 or 32.62% from 187); Blue value is 89 (35.16% from 255 or 47.59% from 187); Max value from RGB is 89 - color contains mainly: blue. Hex color #253D59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253D59 is #DAC2A6. Grayscale: #383838. Windows color (decimal): -14336679 or 5848357. OLE color: 5848357.

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

Color convert

RGB 37 61 89 -
CMYK 0.58 0.31 0 0.65
HSL 212.31º 0.41% 0.25% -
HSV(B) 212.31º 0.58% 0.35% -
XYZ 4.23 4.45 10.09 -
YUV 57.02 146.05 113.72 -
System Red Green Blue C M Y K H S L
Decimal 37 61 89 0.58 0.31 0 0.65 212.31 0.41 0.25
Hex 25 3D 59 3A 1F 0 41 D4 29 19
Octal 45 75 131 72 37 0 101 324 51 31
Binary 100101 111101 1011001 111010 11111 0 1000001 11010100 101001 11001

Color Harmonies of #253D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253D59

Black with #253D59

Text Example


Text Example

White with #253D59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,61,89); }

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

background-color css

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

 a { background-color: rgb(37,61,89); }

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

border-color css

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

 span { border-color: rgb(37,61,89); }

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