Html Css Color HEX #3B66ED Royal Blue

📋 copy color: '#3B66ED'

red 59 ◦ green 102 ◦ blue 237

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

Shades of Royal Blue #3B66ED

Tints of Royal Blue #3B66ED

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25.63%

 BLUE value IS 237 (92.97% from 255) = 59.55%

R = 14.82%
G = 25.63%
B = 59.55%

CMYK

 C value IS 0.75

 M value IS 0.57

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#3B66ED (or 0x3B66ED) is known color: Royal Blue. HEX triplet: 3B, 66 and ED. RGB value is (59,102,237). Sum of RGB (Red+Green+Blue) = 59+102+237=398 (52% of max value = 765). Red value is 59 (23.44% from 255 or 14.82% from 398); Green value is 102 (40.23% from 255 or 25.63% from 398); Blue value is 237 (92.97% from 255 or 59.55% from 398); Max value from RGB is 237 - color contains mainly: blue. Hex color #3B66ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3B66ED is #C49912. Grayscale: #676767. Windows color (decimal): -12884243 or 15558203. OLE color: 15558203.

HSL color Cylindrical-coordinate representation of color #3B66ED: hue angle of 225.51º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3B66ED is Cyan = 0.75, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 59 102 237 -
CMYK 0.75 0.57 0 0.07
HSL 225.51º 0.83% 0.58% -
HSV(B) 225.51º 0.75% 0.93% -
XYZ 21.84 16.55 82.16 -
YUV 104.53 202.75 95.52 -
System Red Green Blue C M Y K H S L
Decimal 59 102 237 0.75 0.57 0 0.07 225.51 0.83 0.58
Hex 3B 66 ED 4B 39 0 7 E2 53 3A
Octal 73 146 355 113 71 0 7 342 123 72
Binary 111011 1100110 11101101 1001011 111001 0 111 11100010 1010011 111010

Color Harmonies of #3B66ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B66ED

Black with #3B66ED

Text Example


Text Example

White with #3B66ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,102,237); }

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

background-color css

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

 a { background-color: rgb(59,102,237); }

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

border-color css

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

 span { border-color: rgb(59,102,237); }

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