Html Css Color HEX #306ECB Royal Blue

📋 copy color: '#306ECB'

red 48 ◦ green 110 ◦ blue 203

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

Shades of Royal Blue #306ECB

Tints of Royal Blue #306ECB

RGB

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

 GREEN value IS 110 (43.36% from 255) = 30.47%

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

R = 13.3%
G = 30.47%
B = 56.23%

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

#306ECB (or 0x306ECB) is known color: Royal Blue. HEX triplet: 30, 6E and CB. RGB value is (48,110,203). Sum of RGB (Red+Green+Blue) = 48+110+203=361 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.30% from 361); Green value is 110 (43.36% from 255 or 30.47% from 361); Blue value is 203 (79.69% from 255 or 56.23% from 361); Max value from RGB is 203 - color contains mainly: blue. Hex color #306ECB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #306ECB is #CF9134. Grayscale: #656565. Windows color (decimal): -13603125 or 13332016. OLE color: 13332016.

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

Color convert

RGB 48 110 203 -
CMYK 0.76 0.46 0 0.20
HSL 216º 0.62% 0.49% -
HSV(B) 216º 0.76% 0.8% -
XYZ 17.57 16.09 58.68 -
YUV 102.06 184.96 89.44 -
System Red Green Blue C M Y K H S L
Decimal 48 110 203 0.76 0.46 0 0.20 216 0.62 0.49
Hex 30 6E CB 4C 2E 0 14 D8 3E 31
Octal 60 156 313 114 56 0 24 330 76 61
Binary 110000 1101110 11001011 1001100 101110 0 10100 11011000 111110 110001

Color Harmonies of #306ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306ECB

Black with #306ECB

Text Example


Text Example

White with #306ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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