Html Css Color HEX #3B5EEA Royal Blue

📋 copy color: '#3B5EEA'

red 59 ◦ green 94 ◦ blue 234

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

Shades of Royal Blue #3B5EEA

Tints of Royal Blue #3B5EEA

RGB

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

 GREEN value IS 94 (37.11% from 255) = 24.29%

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

R = 15.25%
G = 24.29%
B = 60.47%

CMYK

 C value IS 0.75

 M value IS 0.60

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#3B5EEA (or 0x3B5EEA) is known color: Royal Blue. HEX triplet: 3B, 5E and EA. RGB value is (59,94,234). Sum of RGB (Red+Green+Blue) = 59+94+234=387 (51% of max value = 765). Red value is 59 (23.44% from 255 or 15.25% from 387); Green value is 94 (37.11% from 255 or 24.29% 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 #3B5EEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3B5EEA is #C4A115. Grayscale: #626262. Windows color (decimal): -12886294 or 15359547. OLE color: 15359547.

HSL color Cylindrical-coordinate representation of color #3B5EEA: hue angle of 228º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3B5EEA is Cyan = 0.75, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 59 94 234 -
CMYK 0.75 0.60 0 0.08
HSL 228º 0.81% 0.57% -
HSV(B) 228º 0.75% 0.92% -
XYZ 20.66 14.88 79.62 -
YUV 99.5 203.9 99.12 -
System Red Green Blue C M Y K H S L
Decimal 59 94 234 0.75 0.60 0 0.08 228 0.81 0.57
Hex 3B 5E EA 4B 3C 0 8 E4 51 39
Octal 73 136 352 113 74 0 10 344 121 71
Binary 111011 1011110 11101010 1001011 111100 0 1000 11100100 1010001 111001

Color Harmonies of #3B5EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B5EEA

Black with #3B5EEA

Text Example


Text Example

White with #3B5EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,94,234); }

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

background-color css

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

 a { background-color: rgb(59,94,234); }

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

border-color css

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

 span { border-color: rgb(59,94,234); }

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