Html Css Color HEX #306ECE Royal Blue

📋 copy color: '#306ECE'

red 48 ◦ green 110 ◦ blue 206

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

Shades of Royal Blue #306ECE

Tints of Royal Blue #306ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 56.59%

R = 13.19%
G = 30.22%
B = 56.59%

CMYK

 C value IS 0.77

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#306ECE (or 0x306ECE) is known color: Royal Blue. HEX triplet: 30, 6E and CE. RGB value is (48,110,206). Sum of RGB (Red+Green+Blue) = 48+110+206=364 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.19% from 364); Green value is 110 (43.36% from 255 or 30.22% from 364); Blue value is 206 (80.86% from 255 or 56.59% from 364); Max value from RGB is 206 - color contains mainly: blue. Hex color #306ECE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #306ECE is #CF9131. Grayscale: #656565. Windows color (decimal): -13603122 or 13528624. OLE color: 13528624.

HSL color Cylindrical-coordinate representation of color #306ECE: hue angle of 216.46º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #306ECE is Cyan = 0.77, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 48 110 206 -
CMYK 0.77 0.47 0 0.19
HSL 216.46º 0.62% 0.5% -
HSV(B) 216.46º 0.77% 0.81% -
XYZ 17.94 16.24 60.58 -
YUV 102.41 186.46 89.19 -
System Red Green Blue C M Y K H S L
Decimal 48 110 206 0.77 0.47 0 0.19 216.46 0.62 0.5
Hex 30 6E CE 4D 2F 0 13 D8 3E 32
Octal 60 156 316 115 57 0 23 330 76 62
Binary 110000 1101110 11001110 1001101 101111 0 10011 11011000 111110 110010

Color Harmonies of #306ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306ECE

Black with #306ECE

Text Example


Text Example

White with #306ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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