Html Css Color HEX #306C7C Allports

📋 copy color: '#306C7C'

red 48 ◦ green 108 ◦ blue 124

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

Shades of Allports #306C7C

Tints of Allports #306C7C

RGB

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

 GREEN value IS 108 (42.58% from 255) = 38.57%

 BLUE value IS 124 (48.83% from 255) = 44.29%

R = 17.14%
G = 38.57%
B = 44.29%

CMYK

 C value IS 0.61

 M value IS 0.13

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#306C7C (or 0x306C7C) is known color: Allports. HEX triplet: 30, 6C and 7C. RGB value is (48,108,124). Sum of RGB (Red+Green+Blue) = 48+108+124=280 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.14% from 280); Green value is 108 (42.58% from 255 or 38.57% from 280); Blue value is 124 (48.83% from 255 or 44.29% from 280); Max value from RGB is 124 - color contains mainly: blue. Hex color #306C7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306C7C is #CF9383. Grayscale: #5B5B5B. Windows color (decimal): -13603716 or 8154160. OLE color: 8154160.

HSL color Cylindrical-coordinate representation of color #306C7C: hue angle of 192.63º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #306C7C is Cyan = 0.61, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 48 108 124 -
CMYK 0.61 0.13 0 0.51
HSL 192.63º 0.44% 0.34% -
HSV(B) 192.63º 0.61% 0.49% -
XYZ 10.22 12.81 21 -
YUV 91.88 146.12 96.7 -
System Red Green Blue C M Y K H S L
Decimal 48 108 124 0.61 0.13 0 0.51 192.63 0.44 0.34
Hex 30 6C 7C 3D D 0 33 C1 2C 22
Octal 60 154 174 75 15 0 63 301 54 42
Binary 110000 1101100 1111100 111101 1101 0 110011 11000001 101100 100010

Color Harmonies of #306C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306C7C

Black with #306C7C

Text Example


Text Example

White with #306C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,108,124); }

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

background-color css

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

 a { background-color: rgb(48,108,124); }

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

border-color css

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

 span { border-color: rgb(48,108,124); }

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