Html Css Color HEX #366CCB Royal Blue

📋 copy color: '#366CCB'

red 54 ◦ green 108 ◦ blue 203

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

Shades of Royal Blue #366CCB

Tints of Royal Blue #366CCB

RGB

 RED value IS 54 (21.48% from 255) = 14.79%

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

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

R = 14.79%
G = 29.59%
B = 55.62%

CMYK

 C value IS 0.73

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#366CCB (or 0x366CCB) is known color: Royal Blue. HEX triplet: 36, 6C and CB. RGB value is (54,108,203). Sum of RGB (Red+Green+Blue) = 54+108+203=365 (48% of max value = 765). Red value is 54 (21.48% from 255 or 14.79% from 365); Green value is 108 (42.58% from 255 or 29.59% from 365); Blue value is 203 (79.69% from 255 or 55.62% from 365); Max value from RGB is 203 - color contains mainly: blue. Hex color #366CCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #366CCB is #C99334. Grayscale: #666666. Windows color (decimal): -13210421 or 13331510. OLE color: 13331510.

HSL color Cylindrical-coordinate representation of color #366CCB: hue angle of 218.26º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #366CCB is Cyan = 0.73, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 54 108 203 -
CMYK 0.73 0.47 0 0.20
HSL 218.26º 0.59% 0.5% -
HSV(B) 218.26º 0.73% 0.8% -
XYZ 17.66 15.82 58.62 -
YUV 102.68 184.61 93.28 -
System Red Green Blue C M Y K H S L
Decimal 54 108 203 0.73 0.47 0 0.20 218.26 0.59 0.5
Hex 36 6C CB 49 2F 0 14 DA 3B 32
Octal 66 154 313 111 57 0 24 332 73 62
Binary 110110 1101100 11001011 1001001 101111 0 10100 11011010 111011 110010

Color Harmonies of #366CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366CCB

Black with #366CCB

Text Example


Text Example

White with #366CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366CCB; }

 p { color: rgb(54,108,203); }

 H1.HeaderClassName
 {
   color: #366CCB;
 }
 .AnyTagClassName
 {
   color: #366CCB;
 }
</style>

background-color css

<style>
 a { background-color: #366CCB; }

 a { background-color: rgb(54,108,203); }

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

border-color css

<style>
 span { border-color: #366CCB; }

 span { border-color: rgb(54,108,203); }

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