Html Css Color HEX #3B81EF Royal Blue

📋 copy color: '#3B81EF'

red 59 ◦ green 129 ◦ blue 239

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

Shades of Royal Blue #3B81EF

Tints of Royal Blue #3B81EF

RGB

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

 GREEN value IS 129 (50.78% from 255) = 30.21%

 BLUE value IS 239 (93.75% from 255) = 55.97%

R = 13.82%
G = 30.21%
B = 55.97%

CMYK

 C value IS 0.75

 M value IS 0.46

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#3B81EF (or 0x3B81EF) is known color: Royal Blue. HEX triplet: 3B, 81 and EF. RGB value is (59,129,239). Sum of RGB (Red+Green+Blue) = 59+129+239=427 (56% of max value = 765). Red value is 59 (23.44% from 255 or 13.82% from 427); Green value is 129 (50.78% from 255 or 30.21% from 427); Blue value is 239 (93.75% from 255 or 55.97% from 427); Max value from RGB is 239 - color contains mainly: blue. Hex color #3B81EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3B81EF is #C47E10. Grayscale: #787878. Windows color (decimal): -12877329 or 15696187. OLE color: 15696187.

HSL color Cylindrical-coordinate representation of color #3B81EF: hue angle of 216.67º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3B81EF is Cyan = 0.75, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 59 129 239 -
CMYK 0.75 0.46 0 0.06
HSL 216.67º 0.85% 0.58% -
HSV(B) 216.67º 0.75% 0.94% -
XYZ 25.23 22.86 84.74 -
YUV 120.61 194.81 84.06 -
System Red Green Blue C M Y K H S L
Decimal 59 129 239 0.75 0.46 0 0.06 216.67 0.85 0.58
Hex 3B 81 EF 4B 2E 0 6 D9 55 3A
Octal 73 201 357 113 56 0 6 331 125 72
Binary 111011 10000001 11101111 1001011 101110 0 110 11011001 1010101 111010

Color Harmonies of #3B81EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B81EF

Black with #3B81EF

Text Example


Text Example

White with #3B81EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,129,239); }

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

background-color css

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

 a { background-color: rgb(59,129,239); }

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

border-color css

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

 span { border-color: rgb(59,129,239); }

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