Html Css Color HEX #367BDC Royal Blue

📋 copy color: '#367BDC'

red 54 ◦ green 123 ◦ blue 220

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

Shades of Royal Blue #367BDC

Tints of Royal Blue #367BDC

RGB

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

 GREEN value IS 123 (48.44% from 255) = 30.98%

 BLUE value IS 220 (86.33% from 255) = 55.42%

R = 13.6%
G = 30.98%
B = 55.42%

CMYK

 C value IS 0.75

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#367BDC (or 0x367BDC) is known color: Royal Blue. HEX triplet: 36, 7B and DC. RGB value is (54,123,220). Sum of RGB (Red+Green+Blue) = 54+123+220=397 (52% of max value = 765). Red value is 54 (21.48% from 255 or 13.60% from 397); Green value is 123 (48.44% from 255 or 30.98% from 397); Blue value is 220 (86.33% from 255 or 55.42% from 397); Max value from RGB is 220 - color contains mainly: blue. Hex color #367BDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #367BDC is #C98423. Grayscale: #707070. Windows color (decimal): -13206564 or 14449462. OLE color: 14449462.

HSL color Cylindrical-coordinate representation of color #367BDC: hue angle of 215.06º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #367BDC is Cyan = 0.75, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 54 123 220 -
CMYK 0.75 0.44 0 0.14
HSL 215.06º 0.7% 0.54% -
HSV(B) 215.06º 0.75% 0.86% -
XYZ 21.52 20.12 70.46 -
YUV 113.43 188.14 85.61 -
System Red Green Blue C M Y K H S L
Decimal 54 123 220 0.75 0.44 0 0.14 215.06 0.7 0.54
Hex 36 7B DC 4B 2C 0 E D7 46 36
Octal 66 173 334 113 54 0 16 327 106 66
Binary 110110 1111011 11011100 1001011 101100 0 1110 11010111 1000110 110110

Color Harmonies of #367BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367BDC

Black with #367BDC

Text Example


Text Example

White with #367BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367BDC; }

 p { color: rgb(54,123,220); }

 H1.HeaderClassName
 {
   color: #367BDC;
 }
 .AnyTagClassName
 {
   color: #367BDC;
 }
</style>

background-color css

<style>
 a { background-color: #367BDC; }

 a { background-color: rgb(54,123,220); }

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

border-color css

<style>
 span { border-color: #367BDC; }

 span { border-color: rgb(54,123,220); }

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