Html Css Color HEX #3A6FCB Royal Blue

📋 copy color: '#3A6FCB'

red 58 ◦ green 111 ◦ blue 203

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

Shades of Royal Blue #3A6FCB

Tints of Royal Blue #3A6FCB

RGB

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

 GREEN value IS 111 (43.75% from 255) = 29.84%

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

R = 15.59%
G = 29.84%
B = 54.57%

CMYK

 C value IS 0.71

 M value IS 0.45

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3A6FCB (or 0x3A6FCB) is known color: Royal Blue. HEX triplet: 3A, 6F and CB. RGB value is (58,111,203). Sum of RGB (Red+Green+Blue) = 58+111+203=372 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.59% from 372); Green value is 111 (43.75% from 255 or 29.84% from 372); Blue value is 203 (79.69% from 255 or 54.57% from 372); Max value from RGB is 203 - color contains mainly: blue. Hex color #3A6FCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A6FCB is #C59034. Grayscale: #696969. Windows color (decimal): -12947509 or 13332282. OLE color: 13332282.

HSL color Cylindrical-coordinate representation of color #3A6FCB: hue angle of 218.07º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3A6FCB is Cyan = 0.71, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 58 111 203 -
CMYK 0.71 0.45 0 0.20
HSL 218.07º 0.58% 0.51% -
HSV(B) 218.07º 0.71% 0.8% -
XYZ 18.21 16.58 58.74 -
YUV 105.64 182.94 94.02 -
System Red Green Blue C M Y K H S L
Decimal 58 111 203 0.71 0.45 0 0.20 218.07 0.58 0.51
Hex 3A 6F CB 47 2D 0 14 DA 3A 33
Octal 72 157 313 107 55 0 24 332 72 63
Binary 111010 1101111 11001011 1000111 101101 0 10100 11011010 111010 110011

Color Harmonies of #3A6FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A6FCB

Black with #3A6FCB

Text Example


Text Example

White with #3A6FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,111,203); }

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

background-color css

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

 a { background-color: rgb(58,111,203); }

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

border-color css

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

 span { border-color: rgb(58,111,203); }

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