Html Css Color HEX #306BCD Royal Blue

📋 copy color: '#306BCD'

red 48 ◦ green 107 ◦ blue 205

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

Shades of Royal Blue #306BCD

Tints of Royal Blue #306BCD

RGB

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

 GREEN value IS 107 (42.19% from 255) = 29.72%

 BLUE value IS 205 (80.47% from 255) = 56.94%

R = 13.33%
G = 29.72%
B = 56.94%

CMYK

 C value IS 0.77

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#306BCD (or 0x306BCD) is known color: Royal Blue. HEX triplet: 30, 6B and CD. RGB value is (48,107,205). Sum of RGB (Red+Green+Blue) = 48+107+205=360 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.33% from 360); Green value is 107 (42.19% from 255 or 29.72% from 360); Blue value is 205 (80.47% from 255 or 56.94% from 360); Max value from RGB is 205 - color contains mainly: blue. Hex color #306BCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #306BCD is #CF9432. Grayscale: #646464. Windows color (decimal): -13603891 or 13462320. OLE color: 13462320.

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

Color convert

RGB 48 107 205 -
CMYK 0.77 0.48 0 0.20
HSL 217.45º 0.62% 0.5% -
HSV(B) 217.45º 0.77% 0.8% -
XYZ 17.5 15.55 59.84 -
YUV 100.53 186.95 90.53 -
System Red Green Blue C M Y K H S L
Decimal 48 107 205 0.77 0.48 0 0.20 217.45 0.62 0.5
Hex 30 6B CD 4D 30 0 14 D9 3E 32
Octal 60 153 315 115 60 0 24 331 76 62
Binary 110000 1101011 11001101 1001101 110000 0 10100 11011001 111110 110010

Color Harmonies of #306BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306BCD

Black with #306BCD

Text Example


Text Example

White with #306BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,107,205); }

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

background-color css

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

 a { background-color: rgb(48,107,205); }

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

border-color css

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

 span { border-color: rgb(48,107,205); }

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