Html Css Color HEX #3167EA Royal Blue

📋 copy color: '#3167EA'

red 49 ◦ green 103 ◦ blue 234

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

Shades of Royal Blue #3167EA

Tints of Royal Blue #3167EA

RGB

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

 GREEN value IS 103 (40.63% from 255) = 26.68%

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

R = 12.69%
G = 26.68%
B = 60.62%

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

#3167EA (or 0x3167EA) is known color: Royal Blue. HEX triplet: 31, 67 and EA. RGB value is (49,103,234). Sum of RGB (Red+Green+Blue) = 49+103+234=386 (51% of max value = 765). Red value is 49 (19.53% from 255 or 12.69% from 386); Green value is 103 (40.62% from 255 or 26.68% from 386); Blue value is 234 (91.80% from 255 or 60.62% from 386); Max value from RGB is 234 - color contains mainly: blue. Hex color #3167EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3167EA is #CE9815. Grayscale: #656565. Windows color (decimal): -13539350 or 15361841. OLE color: 15361841.

HSL color Cylindrical-coordinate representation of color #3167EA: hue angle of 222.49º 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 #3167EA is Cyan = 0.79, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 49 103 234 -
CMYK 0.79 0.56 0 0.08
HSL 222.49º 0.81% 0.55% -
HSV(B) 222.49º 0.79% 0.92% -
XYZ 20.97 16.29 79.88 -
YUV 101.79 202.61 90.35 -
System Red Green Blue C M Y K H S L
Decimal 49 103 234 0.79 0.56 0 0.08 222.49 0.81 0.55
Hex 31 67 EA 4F 38 0 8 DE 51 37
Octal 61 147 352 117 70 0 10 336 121 67
Binary 110001 1100111 11101010 1001111 111000 0 1000 11011110 1010001 110111

Color Harmonies of #3167EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3167EA

Black with #3167EA

Text Example


Text Example

White with #3167EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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