Html Css Color HEX #3165CE Royal Blue

📋 copy color: '#3165CE'

red 49 ◦ green 101 ◦ blue 206

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

Shades of Royal Blue #3165CE

Tints of Royal Blue #3165CE

RGB

 RED value IS 49 (19.53% from 255) = 13.76%

 GREEN value IS 101 (39.84% from 255) = 28.37%

 BLUE value IS 206 (80.86% from 255) = 57.87%

R = 13.76%
G = 28.37%
B = 57.87%

CMYK

 C value IS 0.76

 M value IS 0.51

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3165CE (or 0x3165CE) is known color: Royal Blue. HEX triplet: 31, 65 and CE. RGB value is (49,101,206). Sum of RGB (Red+Green+Blue) = 49+101+206=356 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.76% from 356); Green value is 101 (39.84% from 255 or 28.37% from 356); Blue value is 206 (80.86% from 255 or 57.87% from 356); Max value from RGB is 206 - color contains mainly: blue. Hex color #3165CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3165CE is #CE9A31. Grayscale: #606060. Windows color (decimal): -13539890 or 13526321. OLE color: 13526321.

HSL color Cylindrical-coordinate representation of color #3165CE: hue angle of 220.13º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3165CE is Cyan = 0.76, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 49 101 206 -
CMYK 0.76 0.51 0 0.19
HSL 220.13º 0.62% 0.5% -
HSV(B) 220.13º 0.76% 0.81% -
XYZ 17.06 14.42 60.28 -
YUV 97.42 189.27 93.46 -
System Red Green Blue C M Y K H S L
Decimal 49 101 206 0.76 0.51 0 0.19 220.13 0.62 0.5
Hex 31 65 CE 4C 33 0 13 DC 3E 32
Octal 61 145 316 114 63 0 23 334 76 62
Binary 110001 1100101 11001110 1001100 110011 0 10011 11011100 111110 110010

Color Harmonies of #3165CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3165CE

Black with #3165CE

Text Example


Text Example

White with #3165CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3165CE; }

 p { color: rgb(49,101,206); }

 H1.HeaderClassName
 {
   color: #3165CE;
 }
 .AnyTagClassName
 {
   color: #3165CE;
 }
</style>

background-color css

<style>
 a { background-color: #3165CE; }

 a { background-color: rgb(49,101,206); }

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

border-color css

<style>
 span { border-color: #3165CE; }

 span { border-color: rgb(49,101,206); }

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