Html Css Color HEX #3B6ACF Royal Blue

📋 copy color: '#3B6ACF'

red 59 ◦ green 106 ◦ blue 207

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

Shades of Royal Blue #3B6ACF

Tints of Royal Blue #3B6ACF

RGB

 RED value IS 59 (23.44% from 255) = 15.86%

 GREEN value IS 106 (41.8% from 255) = 28.49%

 BLUE value IS 207 (81.25% from 255) = 55.65%

R = 15.86%
G = 28.49%
B = 55.65%

CMYK

 C value IS 0.71

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3B6ACF (or 0x3B6ACF) is known color: Royal Blue. HEX triplet: 3B, 6A and CF. RGB value is (59,106,207). Sum of RGB (Red+Green+Blue) = 59+106+207=372 (49% of max value = 765). Red value is 59 (23.44% from 255 or 15.86% from 372); Green value is 106 (41.80% from 255 or 28.49% from 372); Blue value is 207 (81.25% from 255 or 55.65% from 372); Max value from RGB is 207 - color contains mainly: blue. Hex color #3B6ACF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B6ACF is #C49530. Grayscale: #676767. Windows color (decimal): -12883249 or 13593147. OLE color: 13593147.

HSL color Cylindrical-coordinate representation of color #3B6ACF: hue angle of 220.95º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3B6ACF is Cyan = 0.71, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 59 106 207 -
CMYK 0.71 0.49 0 0.19
HSL 220.95º 0.61% 0.52% -
HSV(B) 220.95º 0.71% 0.81% -
XYZ 18.22 15.74 61.11 -
YUV 103.46 186.43 96.29 -
System Red Green Blue C M Y K H S L
Decimal 59 106 207 0.71 0.49 0 0.19 220.95 0.61 0.52
Hex 3B 6A CF 47 31 0 13 DD 3D 34
Octal 73 152 317 107 61 0 23 335 75 64
Binary 111011 1101010 11001111 1000111 110001 0 10011 11011101 111101 110100

Color Harmonies of #3B6ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B6ACF

Black with #3B6ACF

Text Example


Text Example

White with #3B6ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,106,207); }

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

background-color css

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

 a { background-color: rgb(59,106,207); }

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

border-color css

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

 span { border-color: rgb(59,106,207); }

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