Html Css Color HEX #306EC0 Curious Blue

📋 copy color: '#306EC0'

red 48 ◦ green 110 ◦ blue 192

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

Shades of Curious Blue #306EC0

Tints of Curious Blue #306EC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 54.86%

R = 13.71%
G = 31.43%
B = 54.86%

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

#306EC0 (or 0x306EC0) is known color: Curious Blue. HEX triplet: 30, 6E and C0. RGB value is (48,110,192). Sum of RGB (Red+Green+Blue) = 48+110+192=350 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.71% from 350); Green value is 110 (43.36% from 255 or 31.43% from 350); Blue value is 192 (75.39% from 255 or 54.86% from 350); Max value from RGB is 192 - color contains mainly: blue. Hex color #306EC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #306EC0 is #CF913F. Grayscale: #646464. Windows color (decimal): -13603136 or 12611120. OLE color: 12611120.

HSL color Cylindrical-coordinate representation of color #306EC0: hue angle of 214.17º 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 #306EC0 is Cyan = 0.75, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 48 110 192 -
CMYK 0.75 0.43 0 0.25
HSL 214.17º 0.6% 0.47% -
HSV(B) 214.17º 0.75% 0.75% -
XYZ 16.31 15.59 52.02 -
YUV 100.81 179.46 90.33 -
System Red Green Blue C M Y K H S L
Decimal 48 110 192 0.75 0.43 0 0.25 214.17 0.6 0.47
Hex 30 6E C0 4B 2B 0 19 D6 3C 2F
Octal 60 156 300 113 53 0 31 326 74 57
Binary 110000 1101110 11000000 1001011 101011 0 11001 11010110 111100 101111

Color Harmonies of #306EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306EC0

Black with #306EC0

Text Example


Text Example

White with #306EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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