Html Css Color HEX #31455C Catalina Blue

📋 copy color: '#31455C'

red 49 ◦ green 69 ◦ blue 92

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

Shades of Catalina Blue #31455C

Tints of Catalina Blue #31455C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 43.81%

R = 23.33%
G = 32.86%
B = 43.81%

CMYK

 C value IS 0.47

 M value IS 0.25

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#31455C (or 0x31455C) is known color: Catalina Blue. HEX triplet: 31, 45 and 5C. RGB value is (49,69,92). Sum of RGB (Red+Green+Blue) = 49+69+92=210 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.33% from 210); Green value is 69 (27.34% from 255 or 32.86% from 210); Blue value is 92 (36.33% from 255 or 43.81% from 210); Max value from RGB is 92 - color contains mainly: blue. Hex color #31455C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31455C is #CEBAA3. Grayscale: #414141. Windows color (decimal): -13548196 or 6047025. OLE color: 6047025.

HSL color Cylindrical-coordinate representation of color #31455C: hue angle of 212.09º degrees, saturation: 0.3, 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 #31455C is Cyan = 0.47, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 49 69 92 -
CMYK 0.47 0.25 0 0.64
HSL 212.09º 0.3% 0.28% -
HSV(B) 212.09º 0.47% 0.36% -
XYZ 5.33 5.68 10.94 -
YUV 65.64 142.87 116.13 -
System Red Green Blue C M Y K H S L
Decimal 49 69 92 0.47 0.25 0 0.64 212.09 0.3 0.28
Hex 31 45 5C 2F 19 0 40 D4 1E 1C
Octal 61 105 134 57 31 0 100 324 36 34
Binary 110001 1000101 1011100 101111 11001 0 1000000 11010100 11110 11100

Color Harmonies of #31455C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31455C

Black with #31455C

Text Example


Text Example

White with #31455C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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