Html Css Color HEX #306CCE Royal Blue

📋 copy color: '#306CCE'

red 48 ◦ green 108 ◦ blue 206

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

Shades of Royal Blue #306CCE

Tints of Royal Blue #306CCE

RGB

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

 GREEN value IS 108 (42.58% from 255) = 29.83%

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

R = 13.26%
G = 29.83%
B = 56.91%

CMYK

 C value IS 0.77

 M value IS 0.48

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#306CCE (or 0x306CCE) is known color: Royal Blue. HEX triplet: 30, 6C and CE. RGB value is (48,108,206). Sum of RGB (Red+Green+Blue) = 48+108+206=362 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.26% from 362); Green value is 108 (42.58% from 255 or 29.83% from 362); Blue value is 206 (80.86% from 255 or 56.91% from 362); Max value from RGB is 206 - color contains mainly: blue. Hex color #306CCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #306CCE is #CF9331. Grayscale: #646464. Windows color (decimal): -13603634 or 13528112. OLE color: 13528112.

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

Color convert

RGB 48 108 206 -
CMYK 0.77 0.48 0 0.19
HSL 217.22º 0.62% 0.5% -
HSV(B) 217.22º 0.77% 0.81% -
XYZ 17.72 15.81 60.51 -
YUV 101.23 187.12 90.03 -
System Red Green Blue C M Y K H S L
Decimal 48 108 206 0.77 0.48 0 0.19 217.22 0.62 0.5
Hex 30 6C CE 4D 30 0 13 D9 3E 32
Octal 60 154 316 115 60 0 23 331 76 62
Binary 110000 1101100 11001110 1001101 110000 0 10011 11011001 111110 110010

Color Harmonies of #306CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306CCE

Black with #306CCE

Text Example


Text Example

White with #306CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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