Html Css Color HEX #306A74 Allports

📋 copy color: '#306A74'

red 48 ◦ green 106 ◦ blue 116

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

Shades of Allports #306A74

Tints of Allports #306A74

RGB

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

 GREEN value IS 106 (41.8% from 255) = 39.26%

 BLUE value IS 116 (45.7% from 255) = 42.96%

R = 17.78%
G = 39.26%
B = 42.96%

CMYK

 C value IS 0.59

 M value IS 0.09

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#306A74 (or 0x306A74) is known color: Allports. HEX triplet: 30, 6A and 74. RGB value is (48,106,116). Sum of RGB (Red+Green+Blue) = 48+106+116=270 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.78% from 270); Green value is 106 (41.80% from 255 or 39.26% from 270); Blue value is 116 (45.70% from 255 or 42.96% from 270); Max value from RGB is 116 - color contains mainly: blue. Hex color #306A74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306A74 is #CF958B. Grayscale: #595959. Windows color (decimal): -13604236 or 7629360. OLE color: 7629360.

HSL color Cylindrical-coordinate representation of color #306A74: hue angle of 188.82º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #306A74 is Cyan = 0.59, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 48 106 116 -
CMYK 0.59 0.09 0 0.55
HSL 188.82º 0.41% 0.32% -
HSV(B) 188.82º 0.59% 0.45% -
XYZ 9.53 12.2 18.38 -
YUV 89.8 142.78 98.19 -
System Red Green Blue C M Y K H S L
Decimal 48 106 116 0.59 0.09 0 0.55 188.82 0.41 0.32
Hex 30 6A 74 3B 9 0 37 BD 29 20
Octal 60 152 164 73 11 0 67 275 51 40
Binary 110000 1101010 1110100 111011 1001 0 110111 10111101 101001 100000

Color Harmonies of #306A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306A74

Black with #306A74

Text Example


Text Example

White with #306A74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,106,116); }

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

background-color css

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

 a { background-color: rgb(48,106,116); }

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

border-color css

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

 span { border-color: rgb(48,106,116); }

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