Html Css Color HEX #306ACE Royal Blue

📋 copy color: '#306ACE'

red 48 ◦ green 106 ◦ blue 206

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

Shades of Royal Blue #306ACE

Tints of Royal Blue #306ACE

RGB

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

 GREEN value IS 106 (41.8% from 255) = 29.44%

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

R = 13.33%
G = 29.44%
B = 57.22%

CMYK

 C value IS 0.77

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#306ACE (or 0x306ACE) is known color: Royal Blue. HEX triplet: 30, 6A and CE. RGB value is (48,106,206). Sum of RGB (Red+Green+Blue) = 48+106+206=360 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.33% from 360); Green value is 106 (41.80% from 255 or 29.44% from 360); Blue value is 206 (80.86% from 255 or 57.22% from 360); Max value from RGB is 206 - color contains mainly: blue. Hex color #306ACE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #306ACE is #CF9531. Grayscale: #636363. Windows color (decimal): -13604146 or 13527600. OLE color: 13527600.

HSL color Cylindrical-coordinate representation of color #306ACE: hue angle of 217.97º 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 #306ACE is Cyan = 0.77, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 48 106 206 -
CMYK 0.77 0.49 0 0.19
HSL 217.97º 0.62% 0.5% -
HSV(B) 217.97º 0.77% 0.81% -
XYZ 17.51 15.39 60.44 -
YUV 100.06 187.78 90.87 -
System Red Green Blue C M Y K H S L
Decimal 48 106 206 0.77 0.49 0 0.19 217.97 0.62 0.5
Hex 30 6A CE 4D 31 0 13 DA 3E 32
Octal 60 152 316 115 61 0 23 332 76 62
Binary 110000 1101010 11001110 1001101 110001 0 10011 11011010 111110 110010

Color Harmonies of #306ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306ACE

Black with #306ACE

Text Example


Text Example

White with #306ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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