Html Css Color HEX #306ECC Royal Blue

📋 copy color: '#306ECC'

red 48 ◦ green 110 ◦ blue 204

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

Shades of Royal Blue #306ECC

Tints of Royal Blue #306ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 56.35%

R = 13.26%
G = 30.39%
B = 56.35%

CMYK

 C value IS 0.76

 M value IS 0.46

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#306ECC (or 0x306ECC) is known color: Royal Blue. HEX triplet: 30, 6E and CC. RGB value is (48,110,204). Sum of RGB (Red+Green+Blue) = 48+110+204=362 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.26% from 362); Green value is 110 (43.36% from 255 or 30.39% from 362); Blue value is 204 (80.08% from 255 or 56.35% from 362); Max value from RGB is 204 - color contains mainly: blue. Hex color #306ECC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #306ECC is #CF9133. Grayscale: #656565. Windows color (decimal): -13603124 or 13397552. OLE color: 13397552.

HSL color Cylindrical-coordinate representation of color #306ECC: hue angle of 216.15º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #306ECC is Cyan = 0.76, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 48 110 204 -
CMYK 0.76 0.46 0 0.2
HSL 216.15º 0.62% 0.49% -
HSV(B) 216.15º 0.76% 0.8% -
XYZ 17.69 16.14 59.31 -
YUV 102.18 185.46 89.36 -
System Red Green Blue C M Y K H S L
Decimal 48 110 204 0.76 0.46 0 0.2 216.15 0.62 0.49
Hex 30 6E CC 4C 2E 0 14 D8 3E 31
Octal 60 156 314 114 56 0 24 330 76 61
Binary 110000 1101110 11001100 1001100 101110 0 10100 11011000 111110 110001

Color Harmonies of #306ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306ECC

Black with #306ECC

Text Example


Text Example

White with #306ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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