Html Css Color HEX #3A6CCC Royal Blue

📋 copy color: '#3A6CCC'

red 58 ◦ green 108 ◦ blue 204

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

Shades of Royal Blue #3A6CCC

Tints of Royal Blue #3A6CCC

RGB

 RED value IS 58 (23.05% from 255) = 15.68%

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

 BLUE value IS 204 (80.08% from 255) = 55.14%

R = 15.68%
G = 29.19%
B = 55.14%

CMYK

 C value IS 0.72

 M value IS 0.47

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3A6CCC (or 0x3A6CCC) is known color: Royal Blue. HEX triplet: 3A, 6C and CC. RGB value is (58,108,204). Sum of RGB (Red+Green+Blue) = 58+108+204=370 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.68% from 370); Green value is 108 (42.58% from 255 or 29.19% from 370); Blue value is 204 (80.08% from 255 or 55.14% from 370); Max value from RGB is 204 - color contains mainly: blue. Hex color #3A6CCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A6CCC is #C59333. Grayscale: #676767. Windows color (decimal): -12948276 or 13397050. OLE color: 13397050.

HSL color Cylindrical-coordinate representation of color #3A6CCC: hue angle of 219.45º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3A6CCC is Cyan = 0.72, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 58 108 204 -
CMYK 0.72 0.47 0 0.2
HSL 219.45º 0.59% 0.51% -
HSV(B) 219.45º 0.72% 0.8% -
XYZ 18.01 15.98 59.26 -
YUV 103.99 184.44 95.19 -
System Red Green Blue C M Y K H S L
Decimal 58 108 204 0.72 0.47 0 0.2 219.45 0.59 0.51
Hex 3A 6C CC 48 2F 0 14 DB 3B 33
Octal 72 154 314 110 57 0 24 333 73 63
Binary 111010 1101100 11001100 1001000 101111 0 10100 11011011 111011 110011

Color Harmonies of #3A6CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A6CCC

Black with #3A6CCC

Text Example


Text Example

White with #3A6CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,108,204); }

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

background-color css

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

 a { background-color: rgb(58,108,204); }

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

border-color css

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

 span { border-color: rgb(58,108,204); }

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