Html Css Color HEX #306EC6 Denim

📋 copy color: '#306EC6'

red 48 ◦ green 110 ◦ blue 198

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

Shades of Denim #306EC6

Tints of Denim #306EC6

RGB

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

 GREEN value IS 110 (43.36% from 255) = 30.9%

 BLUE value IS 198 (77.73% from 255) = 55.62%

R = 13.48%
G = 30.9%
B = 55.62%

CMYK

 C value IS 0.76

 M value IS 0.44

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#306EC6 (or 0x306EC6) is known color: Denim. HEX triplet: 30, 6E and C6. RGB value is (48,110,198). Sum of RGB (Red+Green+Blue) = 48+110+198=356 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.48% from 356); Green value is 110 (43.36% from 255 or 30.90% from 356); Blue value is 198 (77.73% from 255 or 55.62% from 356); Max value from RGB is 198 - color contains mainly: blue. Hex color #306EC6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #306EC6 is #CF9139. Grayscale: #656565. Windows color (decimal): -13603130 or 13004336. OLE color: 13004336.

HSL color Cylindrical-coordinate representation of color #306EC6: hue angle of 215.2º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #306EC6 is Cyan = 0.76, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 48 110 198 -
CMYK 0.76 0.44 0 0.22
HSL 215.2º 0.61% 0.48% -
HSV(B) 215.2º 0.76% 0.78% -
XYZ 16.99 15.86 55.59 -
YUV 101.49 182.46 89.84 -
System Red Green Blue C M Y K H S L
Decimal 48 110 198 0.76 0.44 0 0.22 215.2 0.61 0.48
Hex 30 6E C6 4C 2C 0 16 D7 3D 30
Octal 60 156 306 114 54 0 26 327 75 60
Binary 110000 1101110 11000110 1001100 101100 0 10110 11010111 111101 110000

Color Harmonies of #306EC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306EC6

Black with #306EC6

Text Example


Text Example

White with #306EC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,110,198); }

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

background-color css

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

 a { background-color: rgb(48,110,198); }

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

border-color css

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

 span { border-color: rgb(48,110,198); }

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