Html Css Color HEX #314C62 Cello

📋 copy color: '#314C62'

red 49 ◦ green 76 ◦ blue 98

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

Shades of Cello #314C62

Tints of Cello #314C62

RGB

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

 GREEN value IS 76 (30.08% from 255) = 34.08%

 BLUE value IS 98 (38.67% from 255) = 43.95%

R = 21.97%
G = 34.08%
B = 43.95%

CMYK

 C value IS 0.5

 M value IS 0.22

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#314C62 (or 0x314C62) is known color: Cello. HEX triplet: 31, 4C and 62. RGB value is (49,76,98). Sum of RGB (Red+Green+Blue) = 49+76+98=223 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.97% from 223); Green value is 76 (30.08% from 255 or 34.08% from 223); Blue value is 98 (38.67% from 255 or 43.95% from 223); Max value from RGB is 98 - color contains mainly: blue. Hex color #314C62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314C62 is #CEB39D. Grayscale: #464646. Windows color (decimal): -13546398 or 6442033. OLE color: 6442033.

HSL color Cylindrical-coordinate representation of color #314C62: hue angle of 206.94º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #314C62 is Cyan = 0.5, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 49 76 98 -
CMYK 0.5 0.22 0 0.62
HSL 206.94º 0.33% 0.29% -
HSV(B) 206.94º 0.5% 0.38% -
XYZ 6.06 6.7 12.53 -
YUV 70.44 143.55 112.71 -
System Red Green Blue C M Y K H S L
Decimal 49 76 98 0.5 0.22 0 0.62 206.94 0.33 0.29
Hex 31 4C 62 32 16 0 3E CF 21 1D
Octal 61 114 142 62 26 0 76 317 41 35
Binary 110001 1001100 1100010 110010 10110 0 111110 11001111 100001 11101

Color Harmonies of #314C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314C62

Black with #314C62

Text Example


Text Example

White with #314C62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314C62; }

 p { color: rgb(49,76,98); }

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

background-color css

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

 a { background-color: rgb(49,76,98); }

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

border-color css

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

 span { border-color: rgb(49,76,98); }

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