Html Css Color HEX #306F67 Genoa

📋 copy color: '#306F67'

red 48 ◦ green 111 ◦ blue 103

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

Shades of Genoa #306F67

Tints of Genoa #306F67

RGB

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

 GREEN value IS 111 (43.75% from 255) = 42.37%

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

R = 18.32%
G = 42.37%
B = 39.31%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.07

 K value IS 0.56

RGB Variations

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

Color information

#306F67 (or 0x306F67) is known color: Genoa. HEX triplet: 30, 6F and 67. RGB value is (48,111,103). Sum of RGB (Red+Green+Blue) = 48+111+103=262 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.32% from 262); Green value is 111 (43.75% from 255 or 42.37% from 262); Blue value is 103 (40.62% from 255 or 39.31% from 262); Max value from RGB is 111 - color contains mainly: green. Hex color #306F67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306F67 is #CF9098. Grayscale: #5B5B5B. Windows color (decimal): -13602969 or 6778672. OLE color: 6778672.

HSL color Cylindrical-coordinate representation of color #306F67: hue angle of 172.38º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #306F67 is Cyan = 0.57, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.56.

Color convert

RGB 48 111 103 -
CMYK 0.57 0 0.07 0.56
HSL 172.38º 0.4% 0.31% -
HSV(B) 172.38º 0.57% 0.44% -
XYZ 9.35 12.98 14.84 -
YUV 91.25 134.63 97.15 -
System Red Green Blue C M Y K H S L
Decimal 48 111 103 0.57 0 0.07 0.56 172.38 0.4 0.31
Hex 30 6F 67 39 0 7 38 AC 28 1F
Octal 60 157 147 71 0 7 70 254 50 37
Binary 110000 1101111 1100111 111001 0 111 111000 10101100 101000 11111

Color Harmonies of #306F67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306F67

Black with #306F67

Text Example


Text Example

White with #306F67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306F67; }

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

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

background-color css

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

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

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

border-color css

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

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

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