Html Css Color HEX #306CBE Denim

📋 copy color: '#306CBE'

red 48 ◦ green 108 ◦ blue 190

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

Shades of Denim #306CBE

Tints of Denim #306CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 54.91%

R = 13.87%
G = 31.21%
B = 54.91%

CMYK

 C value IS 0.75

 M value IS 0.43

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#306CBE (or 0x306CBE) is known color: Denim. HEX triplet: 30, 6C and BE. RGB value is (48,108,190). Sum of RGB (Red+Green+Blue) = 48+108+190=346 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.87% from 346); Green value is 108 (42.58% from 255 or 31.21% from 346); Blue value is 190 (74.61% from 255 or 54.91% from 346); Max value from RGB is 190 - color contains mainly: blue. Hex color #306CBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #306CBE is #CF9341. Grayscale: #636363. Windows color (decimal): -13603650 or 12479536. OLE color: 12479536.

HSL color Cylindrical-coordinate representation of color #306CBE: hue angle of 214.65º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #306CBE is Cyan = 0.75, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 48 108 190 -
CMYK 0.75 0.43 0 0.25
HSL 214.65º 0.6% 0.47% -
HSV(B) 214.65º 0.75% 0.75% -
XYZ 15.88 15.07 50.79 -
YUV 99.41 179.12 91.33 -
System Red Green Blue C M Y K H S L
Decimal 48 108 190 0.75 0.43 0 0.25 214.65 0.6 0.47
Hex 30 6C BE 4B 2B 0 19 D7 3C 2F
Octal 60 154 276 113 53 0 31 327 74 57
Binary 110000 1101100 10111110 1001011 101011 0 11001 11010111 111100 101111

Color Harmonies of #306CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306CBE

Black with #306CBE

Text Example


Text Example

White with #306CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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