Html Css Color HEX #395EF2 Royal Blue

📋 copy color: '#395EF2'

red 57 ◦ green 94 ◦ blue 242

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

Shades of Royal Blue #395EF2

Tints of Royal Blue #395EF2

RGB

 RED value IS 57 (22.66% from 255) = 14.5%

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

 BLUE value IS 242 (94.92% from 255) = 61.58%

R = 14.5%
G = 23.92%
B = 61.58%

CMYK

 C value IS 0.76

 M value IS 0.61

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#395EF2 (or 0x395EF2) is known color: Royal Blue. HEX triplet: 39, 5E and F2. RGB value is (57,94,242). Sum of RGB (Red+Green+Blue) = 57+94+242=393 (52% of max value = 765). Red value is 57 (22.66% from 255 or 14.50% from 393); Green value is 94 (37.11% from 255 or 23.92% from 393); Blue value is 242 (94.92% from 255 or 61.58% from 393); Max value from RGB is 242 - color contains mainly: blue. Hex color #395EF2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #395EF2 is #C6A10D. Grayscale: #636363. Windows color (decimal): -13017358 or 15883833. OLE color: 15883833.

HSL color Cylindrical-coordinate representation of color #395EF2: hue angle of 228º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #395EF2 is Cyan = 0.76, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 57 94 242 -
CMYK 0.76 0.61 0 0.05
HSL 228º 0.88% 0.59% -
HSV(B) 228º 0.76% 0.95% -
XYZ 21.72 15.29 85.81 -
YUV 99.81 208.24 97.47 -
System Red Green Blue C M Y K H S L
Decimal 57 94 242 0.76 0.61 0 0.05 228 0.88 0.59
Hex 39 5E F2 4C 3D 0 5 E4 58 3B
Octal 71 136 362 114 75 0 5 344 130 73
Binary 111001 1011110 11110010 1001100 111101 0 101 11100100 1011000 111011

Color Harmonies of #395EF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395EF2

Black with #395EF2

Text Example


Text Example

White with #395EF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395EF2; }

 p { color: rgb(57,94,242); }

 H1.HeaderClassName
 {
   color: #395EF2;
 }
 .AnyTagClassName
 {
   color: #395EF2;
 }
</style>

background-color css

<style>
 a { background-color: #395EF2; }

 a { background-color: rgb(57,94,242); }

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

border-color css

<style>
 span { border-color: #395EF2; }

 span { border-color: rgb(57,94,242); }

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