Html Css Color HEX #306CBD Denim

📋 copy color: '#306CBD'

red 48 ◦ green 108 ◦ blue 189

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

Shades of Denim #306CBD

Tints of Denim #306CBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 54.78%

R = 13.91%
G = 31.3%
B = 54.78%

CMYK

 C value IS 0.75

 M value IS 0.43

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#306CBD (or 0x306CBD) is known color: Denim. HEX triplet: 30, 6C and BD. RGB value is (48,108,189). Sum of RGB (Red+Green+Blue) = 48+108+189=345 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.91% from 345); Green value is 108 (42.58% from 255 or 31.30% from 345); Blue value is 189 (74.22% from 255 or 54.78% from 345); Max value from RGB is 189 - color contains mainly: blue. Hex color #306CBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #306CBD is #CF9342. Grayscale: #626262. Windows color (decimal): -13603651 or 12414000. OLE color: 12414000.

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

Color convert

RGB 48 108 189 -
CMYK 0.75 0.43 0 0.26
HSL 214.47º 0.59% 0.46% -
HSV(B) 214.47º 0.75% 0.74% -
XYZ 15.77 15.03 50.21 -
YUV 99.29 178.62 91.41 -
System Red Green Blue C M Y K H S L
Decimal 48 108 189 0.75 0.43 0 0.26 214.47 0.59 0.46
Hex 30 6C BD 4B 2B 0 1A D6 3B 2E
Octal 60 154 275 113 53 0 32 326 73 56
Binary 110000 1101100 10111101 1001011 101011 0 11010 11010110 111011 101110

Color Harmonies of #306CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306CBD

Black with #306CBD

Text Example


Text Example

White with #306CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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