Html Css Color HEX #31455D Catalina Blue

📋 copy color: '#31455D'

red 49 ◦ green 69 ◦ blue 93

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

Shades of Catalina Blue #31455D

Tints of Catalina Blue #31455D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 32.7%

 BLUE value IS 93 (36.72% from 255) = 44.08%

R = 23.22%
G = 32.7%
B = 44.08%

CMYK

 C value IS 0.47

 M value IS 0.26

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#31455D (or 0x31455D) is known color: Catalina Blue. HEX triplet: 31, 45 and 5D. RGB value is (49,69,93). Sum of RGB (Red+Green+Blue) = 49+69+93=211 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.22% from 211); Green value is 69 (27.34% from 255 or 32.70% from 211); Blue value is 93 (36.72% from 255 or 44.08% from 211); Max value from RGB is 93 - color contains mainly: blue. Hex color #31455D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31455D is #CEBAA2. Grayscale: #414141. Windows color (decimal): -13548195 or 6112561. OLE color: 6112561.

HSL color Cylindrical-coordinate representation of color #31455D: hue angle of 212.73º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #31455D is Cyan = 0.47, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 49 69 93 -
CMYK 0.47 0.26 0 0.64
HSL 212.73º 0.31% 0.28% -
HSV(B) 212.73º 0.47% 0.36% -
XYZ 5.37 5.7 11.17 -
YUV 65.76 143.37 116.05 -
System Red Green Blue C M Y K H S L
Decimal 49 69 93 0.47 0.26 0 0.64 212.73 0.31 0.28
Hex 31 45 5D 2F 1A 0 40 D5 1F 1C
Octal 61 105 135 57 32 0 100 325 37 34
Binary 110001 1000101 1011101 101111 11010 0 1000000 11010101 11111 11100

Color Harmonies of #31455D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31455D

Black with #31455D

Text Example


Text Example

White with #31455D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31455D; }

 p { color: rgb(49,69,93); }

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

background-color css

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

 a { background-color: rgb(49,69,93); }

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

border-color css

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

 span { border-color: rgb(49,69,93); }

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