Html Css Color HEX #31445E Catalina Blue

📋 copy color: '#31445E'

red 49 ◦ green 68 ◦ blue 94

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

Shades of Catalina Blue #31445E

Tints of Catalina Blue #31445E

RGB

 RED value IS 49 (19.53% from 255) = 23.22%

 GREEN value IS 68 (26.95% from 255) = 32.23%

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

R = 23.22%
G = 32.23%
B = 44.55%

CMYK

 C value IS 0.48

 M value IS 0.28

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#31445E (or 0x31445E) is known color: Catalina Blue. HEX triplet: 31, 44 and 5E. RGB value is (49,68,94). Sum of RGB (Red+Green+Blue) = 49+68+94=211 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.22% from 211); Green value is 68 (26.95% from 255 or 32.23% from 211); Blue value is 94 (37.11% from 255 or 44.55% from 211); Max value from RGB is 94 - color contains mainly: blue. Hex color #31445E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31445E is #CEBBA1. Grayscale: #414141. Windows color (decimal): -13548450 or 6177841. OLE color: 6177841.

HSL color Cylindrical-coordinate representation of color #31445E: hue angle of 214.67º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #31445E is Cyan = 0.48, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 49 68 94 -
CMYK 0.48 0.28 0 0.63
HSL 214.67º 0.31% 0.28% -
HSV(B) 214.67º 0.48% 0.37% -
XYZ 5.35 5.6 11.39 -
YUV 65.28 144.21 116.39 -
System Red Green Blue C M Y K H S L
Decimal 49 68 94 0.48 0.28 0 0.63 214.67 0.31 0.28
Hex 31 44 5E 30 1C 0 3F D7 1F 1C
Octal 61 104 136 60 34 0 77 327 37 34
Binary 110001 1000100 1011110 110000 11100 0 111111 11010111 11111 11100

Color Harmonies of #31445E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31445E

Black with #31445E

Text Example


Text Example

White with #31445E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31445E; }

 p { color: rgb(49,68,94); }

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

background-color css

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

 a { background-color: rgb(49,68,94); }

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

border-color css

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

 span { border-color: rgb(49,68,94); }

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