Html Css Color HEX #3168EA Royal Blue

📋 copy color: '#3168EA'

red 49 ◦ green 104 ◦ blue 234

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

Shades of Royal Blue #3168EA

Tints of Royal Blue #3168EA

RGB

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

 GREEN value IS 104 (41.02% from 255) = 26.87%

 BLUE value IS 234 (91.8% from 255) = 60.47%

R = 12.66%
G = 26.87%
B = 60.47%

CMYK

 C value IS 0.79

 M value IS 0.56

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#3168EA (or 0x3168EA) is known color: Royal Blue. HEX triplet: 31, 68 and EA. RGB value is (49,104,234). Sum of RGB (Red+Green+Blue) = 49+104+234=387 (51% of max value = 765). Red value is 49 (19.53% from 255 or 12.66% from 387); Green value is 104 (41.02% from 255 or 26.87% from 387); Blue value is 234 (91.80% from 255 or 60.47% from 387); Max value from RGB is 234 - color contains mainly: blue. Hex color #3168EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3168EA is #CE9715. Grayscale: #656565. Windows color (decimal): -13539094 or 15362097. OLE color: 15362097.

HSL color Cylindrical-coordinate representation of color #3168EA: hue angle of 222.16º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3168EA is Cyan = 0.79, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 49 104 234 -
CMYK 0.79 0.56 0 0.08
HSL 222.16º 0.81% 0.55% -
HSV(B) 222.16º 0.79% 0.92% -
XYZ 21.07 16.49 79.92 -
YUV 102.38 202.28 89.93 -
System Red Green Blue C M Y K H S L
Decimal 49 104 234 0.79 0.56 0 0.08 222.16 0.81 0.55
Hex 31 68 EA 4F 38 0 8 DE 51 37
Octal 61 150 352 117 70 0 10 336 121 67
Binary 110001 1101000 11101010 1001111 111000 0 1000 11011110 1010001 110111

Color Harmonies of #3168EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3168EA

Black with #3168EA

Text Example


Text Example

White with #3168EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3168EA; }

 p { color: rgb(49,104,234); }

 H1.HeaderClassName
 {
   color: #3168EA;
 }
 .AnyTagClassName
 {
   color: #3168EA;
 }
</style>

background-color css

<style>
 a { background-color: #3168EA; }

 a { background-color: rgb(49,104,234); }

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

border-color css

<style>
 span { border-color: #3168EA; }

 span { border-color: rgb(49,104,234); }

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