Html Css Color HEX #306CCD Royal Blue

📋 copy color: '#306CCD'

red 48 ◦ green 108 ◦ blue 205

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

Shades of Royal Blue #306CCD

Tints of Royal Blue #306CCD

RGB

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

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

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

R = 13.3%
G = 29.92%
B = 56.79%

CMYK

 C value IS 0.77

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#306CCD (or 0x306CCD) is known color: Royal Blue. HEX triplet: 30, 6C and CD. RGB value is (48,108,205). Sum of RGB (Red+Green+Blue) = 48+108+205=361 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.30% from 361); Green value is 108 (42.58% from 255 or 29.92% from 361); Blue value is 205 (80.47% from 255 or 56.79% from 361); Max value from RGB is 205 - color contains mainly: blue. Hex color #306CCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #306CCD is #CF9332. Grayscale: #646464. Windows color (decimal): -13603635 or 13462576. OLE color: 13462576.

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

Color convert

RGB 48 108 205 -
CMYK 0.77 0.47 0 0.20
HSL 217.07º 0.62% 0.5% -
HSV(B) 217.07º 0.77% 0.8% -
XYZ 17.6 15.76 59.87 -
YUV 101.12 186.62 90.11 -
System Red Green Blue C M Y K H S L
Decimal 48 108 205 0.77 0.47 0 0.20 217.07 0.62 0.5
Hex 30 6C CD 4D 2F 0 14 D9 3E 32
Octal 60 154 315 115 57 0 24 331 76 62
Binary 110000 1101100 11001101 1001101 101111 0 10100 11011001 111110 110010

Color Harmonies of #306CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306CCD

Black with #306CCD

Text Example


Text Example

White with #306CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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