Html Css Color HEX #306EBC Curious Blue

📋 copy color: '#306EBC'

red 48 ◦ green 110 ◦ blue 188

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

Shades of Curious Blue #306EBC

Tints of Curious Blue #306EBC

RGB

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

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

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

R = 13.87%
G = 31.79%
B = 54.34%

CMYK

 C value IS 0.74

 M value IS 0.41

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#306EBC (or 0x306EBC) is known color: Curious Blue. HEX triplet: 30, 6E and BC. RGB value is (48,110,188). Sum of RGB (Red+Green+Blue) = 48+110+188=346 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.87% from 346); Green value is 110 (43.36% from 255 or 31.79% from 346); Blue value is 188 (73.83% from 255 or 54.34% from 346); Max value from RGB is 188 - color contains mainly: blue. Hex color #306EBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #306EBC is #CF9143. Grayscale: #636363. Windows color (decimal): -13603140 or 12348976. OLE color: 12348976.

HSL color Cylindrical-coordinate representation of color #306EBC: hue angle of 213.43º 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 #306EBC is Cyan = 0.74, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 48 110 188 -
CMYK 0.74 0.41 0 0.26
HSL 213.43º 0.59% 0.46% -
HSV(B) 213.43º 0.74% 0.74% -
XYZ 15.87 15.41 49.72 -
YUV 100.35 177.46 90.66 -
System Red Green Blue C M Y K H S L
Decimal 48 110 188 0.74 0.41 0 0.26 213.43 0.59 0.46
Hex 30 6E BC 4A 29 0 1A D5 3B 2E
Octal 60 156 274 112 51 0 32 325 73 56
Binary 110000 1101110 10111100 1001010 101001 0 11010 11010101 111011 101110

Color Harmonies of #306EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306EBC

Black with #306EBC

Text Example


Text Example

White with #306EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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