Html Css Color HEX #3C6BDA Royal Blue

📋 copy color: '#3C6BDA'

red 60 ◦ green 107 ◦ blue 218

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

Shades of Royal Blue #3C6BDA

Tints of Royal Blue #3C6BDA

RGB

 RED value IS 60 (23.83% from 255) = 15.58%

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

 BLUE value IS 218 (85.55% from 255) = 56.62%

R = 15.58%
G = 27.79%
B = 56.62%

CMYK

 C value IS 0.72

 M value IS 0.51

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#3C6BDA (or 0x3C6BDA) is known color: Royal Blue. HEX triplet: 3C, 6B and DA. RGB value is (60,107,218). Sum of RGB (Red+Green+Blue) = 60+107+218=385 (50% of max value = 765). Red value is 60 (23.83% from 255 or 15.58% from 385); Green value is 107 (42.19% from 255 or 27.79% from 385); Blue value is 218 (85.55% from 255 or 56.62% from 385); Max value from RGB is 218 - color contains mainly: blue. Hex color #3C6BDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C6BDA is #C39425. Grayscale: #696969. Windows color (decimal): -12817446 or 14314300. OLE color: 14314300.

HSL color Cylindrical-coordinate representation of color #3C6BDA: hue angle of 222.15º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3C6BDA is Cyan = 0.72, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 60 107 218 -
CMYK 0.72 0.51 0 0.15
HSL 222.15º 0.68% 0.55% -
HSV(B) 222.15º 0.72% 0.85% -
XYZ 19.78 16.54 68.48 -
YUV 105.6 191.43 95.47 -
System Red Green Blue C M Y K H S L
Decimal 60 107 218 0.72 0.51 0 0.15 222.15 0.68 0.55
Hex 3C 6B DA 48 33 0 F DE 44 37
Octal 74 153 332 110 63 0 17 336 104 67
Binary 111100 1101011 11011010 1001000 110011 0 1111 11011110 1000100 110111

Color Harmonies of #3C6BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C6BDA

Black with #3C6BDA

Text Example


Text Example

White with #3C6BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3C6BDA; }

 p { color: rgb(60,107,218); }

 H1.HeaderClassName
 {
   color: #3C6BDA;
 }
 .AnyTagClassName
 {
   color: #3C6BDA;
 }
</style>

background-color css

<style>
 a { background-color: #3C6BDA; }

 a { background-color: rgb(60,107,218); }

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

border-color css

<style>
 span { border-color: #3C6BDA; }

 span { border-color: rgb(60,107,218); }

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