Html Css Color HEX #314B65 Cello

📋 copy color: '#314B65'

red 49 ◦ green 75 ◦ blue 101

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

Shades of Cello #314B65

Tints of Cello #314B65

RGB

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

 GREEN value IS 75 (29.69% from 255) = 33.33%

 BLUE value IS 101 (39.84% from 255) = 44.89%

R = 21.78%
G = 33.33%
B = 44.89%

CMYK

 C value IS 0.51

 M value IS 0.26

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#314B65 (or 0x314B65) is known color: Cello. HEX triplet: 31, 4B and 65. RGB value is (49,75,101). Sum of RGB (Red+Green+Blue) = 49+75+101=225 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.78% from 225); Green value is 75 (29.69% from 255 or 33.33% from 225); Blue value is 101 (39.84% from 255 or 44.89% from 225); Max value from RGB is 101 - color contains mainly: blue. Hex color #314B65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314B65 is #CEB49A. Grayscale: #464646. Windows color (decimal): -13546651 or 6638385. OLE color: 6638385.

HSL color Cylindrical-coordinate representation of color #314B65: hue angle of 210º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #314B65 is Cyan = 0.51, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 49 75 101 -
CMYK 0.51 0.26 0 0.60
HSL 210º 0.35% 0.29% -
HSV(B) 210º 0.51% 0.4% -
XYZ 6.13 6.62 13.27 -
YUV 70.19 145.39 112.89 -
System Red Green Blue C M Y K H S L
Decimal 49 75 101 0.51 0.26 0 0.60 210 0.35 0.29
Hex 31 4B 65 33 1A 0 3C D2 23 1D
Octal 61 113 145 63 32 0 74 322 43 35
Binary 110001 1001011 1100101 110011 11010 0 111100 11010010 100011 11101

Color Harmonies of #314B65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314B65

Black with #314B65

Text Example


Text Example

White with #314B65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,75,101); }

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

background-color css

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

 a { background-color: rgb(49,75,101); }

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

border-color css

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

 span { border-color: rgb(49,75,101); }

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