Html Css Color HEX #253954 Catalina Blue

📋 copy color: '#253954'

red 37 ◦ green 57 ◦ blue 84

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

Shades of Catalina Blue #253954

Tints of Catalina Blue #253954

RGB

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

 GREEN value IS 57 (22.66% from 255) = 32.02%

 BLUE value IS 84 (33.2% from 255) = 47.19%

R = 20.79%
G = 32.02%
B = 47.19%

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

#253954 (or 0x253954) is known color: Catalina Blue. HEX triplet: 25, 39 and 54. RGB value is (37,57,84). Sum of RGB (Red+Green+Blue) = 37+57+84=178 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.79% from 178); Green value is 57 (22.66% from 255 or 32.02% from 178); Blue value is 84 (33.20% from 255 or 47.19% from 178); Max value from RGB is 84 - color contains mainly: blue. Hex color #253954 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253954 is #DAC6AB. Grayscale: #353535. Windows color (decimal): -14337708 or 5519653. OLE color: 5519653.

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

Color convert

RGB 37 57 84 -
CMYK 0.56 0.32 0 0.67
HSL 214.47º 0.39% 0.24% -
HSV(B) 214.47º 0.56% 0.33% -
XYZ 3.83 3.96 8.95 -
YUV 54.1 144.87 115.8 -
System Red Green Blue C M Y K H S L
Decimal 37 57 84 0.56 0.32 0 0.67 214.47 0.39 0.24
Hex 25 39 54 38 20 0 43 D6 27 18
Octal 45 71 124 70 40 0 103 326 47 30
Binary 100101 111001 1010100 111000 100000 0 1000011 11010110 100111 11000

Color Harmonies of #253954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253954

Black with #253954

Text Example


Text Example

White with #253954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253954; }

 p { color: rgb(37,57,84); }

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

background-color css

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

 a { background-color: rgb(37,57,84); }

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

border-color css

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

 span { border-color: rgb(37,57,84); }

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