Html Css Color HEX #306DCB Royal Blue

📋 copy color: '#306DCB'

red 48 ◦ green 109 ◦ blue 203

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

Shades of Royal Blue #306DCB

Tints of Royal Blue #306DCB

RGB

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

 GREEN value IS 109 (42.97% from 255) = 30.28%

 BLUE value IS 203 (79.69% from 255) = 56.39%

R = 13.33%
G = 30.28%
B = 56.39%

CMYK

 C value IS 0.76

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#306DCB (or 0x306DCB) is known color: Royal Blue. HEX triplet: 30, 6D and CB. RGB value is (48,109,203). Sum of RGB (Red+Green+Blue) = 48+109+203=360 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.33% from 360); Green value is 109 (42.97% from 255 or 30.28% from 360); Blue value is 203 (79.69% from 255 or 56.39% from 360); Max value from RGB is 203 - color contains mainly: blue. Hex color #306DCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #306DCB is #CF9234. Grayscale: #656565. Windows color (decimal): -13603381 or 13331760. OLE color: 13331760.

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

Color convert

RGB 48 109 203 -
CMYK 0.76 0.46 0 0.20
HSL 216.39º 0.62% 0.49% -
HSV(B) 216.39º 0.76% 0.8% -
XYZ 17.47 15.88 58.64 -
YUV 101.48 185.29 89.86 -
System Red Green Blue C M Y K H S L
Decimal 48 109 203 0.76 0.46 0 0.20 216.39 0.62 0.49
Hex 30 6D CB 4C 2E 0 14 D8 3E 31
Octal 60 155 313 114 56 0 24 330 76 61
Binary 110000 1101101 11001011 1001100 101110 0 10100 11011000 111110 110001

Color Harmonies of #306DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306DCB

Black with #306DCB

Text Example


Text Example

White with #306DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,109,203); }

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

background-color css

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

 a { background-color: rgb(48,109,203); }

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

border-color css

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

 span { border-color: rgb(48,109,203); }

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