Html Css Color HEX #306BCB Royal Blue

📋 copy color: '#306BCB'

red 48 ◦ green 107 ◦ blue 203

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

Shades of Royal Blue #306BCB

Tints of Royal Blue #306BCB

RGB

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

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

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

R = 13.41%
G = 29.89%
B = 56.7%

CMYK

 C value IS 0.76

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#306BCB (or 0x306BCB) is known color: Royal Blue. HEX triplet: 30, 6B and CB. RGB value is (48,107,203). Sum of RGB (Red+Green+Blue) = 48+107+203=358 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.41% from 358); Green value is 107 (42.19% from 255 or 29.89% from 358); Blue value is 203 (79.69% from 255 or 56.70% from 358); Max value from RGB is 203 - color contains mainly: blue. Hex color #306BCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #306BCB is #CF9434. Grayscale: #636363. Windows color (decimal): -13603893 or 13331248. OLE color: 13331248.

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

Color convert

RGB 48 107 203 -
CMYK 0.76 0.47 0 0.20
HSL 217.16º 0.62% 0.49% -
HSV(B) 217.16º 0.76% 0.8% -
XYZ 17.26 15.46 58.57 -
YUV 100.3 185.95 90.69 -
System Red Green Blue C M Y K H S L
Decimal 48 107 203 0.76 0.47 0 0.20 217.16 0.62 0.49
Hex 30 6B CB 4C 2F 0 14 D9 3E 31
Octal 60 153 313 114 57 0 24 331 76 61
Binary 110000 1101011 11001011 1001100 101111 0 10100 11011001 111110 110001

Color Harmonies of #306BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306BCB

Black with #306BCB

Text Example


Text Example

White with #306BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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