Html Css Color HEX #306867 Genoa

📋 copy color: '#306867'

red 48 ◦ green 104 ◦ blue 103

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

Shades of Genoa #306867

Tints of Genoa #306867

RGB

 RED value IS 48 (19.14% from 255) = 18.82%

 GREEN value IS 104 (41.02% from 255) = 40.78%

 BLUE value IS 103 (40.63% from 255) = 40.39%

R = 18.82%
G = 40.78%
B = 40.39%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.01

 K value IS 0.59

RGB Variations

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

Color information

#306867 (or 0x306867) is known color: Genoa. HEX triplet: 30, 68 and 67. RGB value is (48,104,103). Sum of RGB (Red+Green+Blue) = 48+104+103=255 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.82% from 255); Green value is 104 (41.02% from 255 or 40.78% from 255); Blue value is 103 (40.62% from 255 or 40.39% from 255); Max value from RGB is 104 - color contains mainly: green. Hex color #306867 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306867 is #CF9798. Grayscale: #575757. Windows color (decimal): -13604761 or 6776880. OLE color: 6776880.

HSL color Cylindrical-coordinate representation of color #306867: hue angle of 178.93º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #306867 is Cyan = 0.54, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.59.

Color convert

RGB 48 104 103 -
CMYK 0.54 0 0.01 0.59
HSL 178.93º 0.37% 0.3% -
HSV(B) 178.93º 0.54% 0.41% -
XYZ 8.62 11.51 14.6 -
YUV 87.14 136.95 100.08 -
System Red Green Blue C M Y K H S L
Decimal 48 104 103 0.54 0 0.01 0.59 178.93 0.37 0.3
Hex 30 68 67 36 0 1 3B B3 25 1E
Octal 60 150 147 66 0 1 73 263 45 36
Binary 110000 1101000 1100111 110110 0 1 111011 10110011 100101 11110

Color Harmonies of #306867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306867

Black with #306867

Text Example


Text Example

White with #306867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306867; }

 p { color: rgb(48,104,103); }

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

background-color css

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

 a { background-color: rgb(48,104,103); }

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

border-color css

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

 span { border-color: rgb(48,104,103); }

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