Html Css Color HEX #253E5E Catalina Blue

📋 copy color: '#253E5E'

red 37 ◦ green 62 ◦ blue 94

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

Shades of Catalina Blue #253E5E

Tints of Catalina Blue #253E5E

RGB

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

 GREEN value IS 62 (24.61% from 255) = 32.12%

 BLUE value IS 94 (37.11% from 255) = 48.7%

R = 19.17%
G = 32.12%
B = 48.7%

CMYK

 C value IS 0.61

 M value IS 0.34

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#253E5E (or 0x253E5E) is known color: Catalina Blue. HEX triplet: 25, 3E and 5E. RGB value is (37,62,94). Sum of RGB (Red+Green+Blue) = 37+62+94=193 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.17% from 193); Green value is 62 (24.61% from 255 or 32.12% from 193); Blue value is 94 (37.11% from 255 or 48.70% from 193); Max value from RGB is 94 - color contains mainly: blue. Hex color #253E5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253E5E is #DAC1A1. Grayscale: #3A3A3A. Windows color (decimal): -14336418 or 6176293. OLE color: 6176293.

HSL color Cylindrical-coordinate representation of color #253E5E: hue angle of 213.68º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #253E5E is Cyan = 0.61, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 37 62 94 -
CMYK 0.61 0.34 0 0.63
HSL 213.68º 0.44% 0.26% -
HSV(B) 213.68º 0.61% 0.37% -
XYZ 4.51 4.65 11.25 -
YUV 58.17 148.22 112.9 -
System Red Green Blue C M Y K H S L
Decimal 37 62 94 0.61 0.34 0 0.63 213.68 0.44 0.26
Hex 25 3E 5E 3D 22 0 3F D6 2C 1A
Octal 45 76 136 75 42 0 77 326 54 32
Binary 100101 111110 1011110 111101 100010 0 111111 11010110 101100 11010

Color Harmonies of #253E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253E5E

Black with #253E5E

Text Example


Text Example

White with #253E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,62,94); }

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

background-color css

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

 a { background-color: rgb(37,62,94); }

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

border-color css

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

 span { border-color: rgb(37,62,94); }

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