Html Css Color HEX #306CBC Denim

📋 copy color: '#306CBC'

red 48 ◦ green 108 ◦ blue 188

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

Shades of Denim #306CBC

Tints of Denim #306CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 54.65%

R = 13.95%
G = 31.4%
B = 54.65%

CMYK

 C value IS 0.74

 M value IS 0.43

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#306CBC (or 0x306CBC) is known color: Denim. HEX triplet: 30, 6C and BC. RGB value is (48,108,188). Sum of RGB (Red+Green+Blue) = 48+108+188=344 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.95% from 344); Green value is 108 (42.58% from 255 or 31.40% from 344); Blue value is 188 (73.83% from 255 or 54.65% from 344); Max value from RGB is 188 - color contains mainly: blue. Hex color #306CBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #306CBC is #CF9343. Grayscale: #626262. Windows color (decimal): -13603652 or 12348464. OLE color: 12348464.

HSL color Cylindrical-coordinate representation of color #306CBC: hue angle of 214.29º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #306CBC is Cyan = 0.74, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 48 108 188 -
CMYK 0.74 0.43 0 0.26
HSL 214.29º 0.59% 0.46% -
HSV(B) 214.29º 0.74% 0.74% -
XYZ 15.66 14.98 49.64 -
YUV 99.18 178.12 91.5 -
System Red Green Blue C M Y K H S L
Decimal 48 108 188 0.74 0.43 0 0.26 214.29 0.59 0.46
Hex 30 6C BC 4A 2B 0 1A D6 3B 2E
Octal 60 154 274 112 53 0 32 326 73 56
Binary 110000 1101100 10111100 1001010 101011 0 11010 11010110 111011 101110

Color Harmonies of #306CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306CBC

Black with #306CBC

Text Example


Text Example

White with #306CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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