Html Css Color HEX #3A66FB Royal Blue

📋 copy color: '#3A66FB'

red 58 ◦ green 102 ◦ blue 251

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

Shades of Royal Blue #3A66FB

Tints of Royal Blue #3A66FB

RGB

 RED value IS 58 (23.05% from 255) = 14.11%

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

 BLUE value IS 251 (98.44% from 255) = 61.07%

R = 14.11%
G = 24.82%
B = 61.07%

CMYK

 C value IS 0.77

 M value IS 0.59

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3A66FB (or 0x3A66FB) is known color: Royal Blue. HEX triplet: 3A, 66 and FB. RGB value is (58,102,251). Sum of RGB (Red+Green+Blue) = 58+102+251=411 (54% of max value = 765). Red value is 58 (23.05% from 255 or 14.11% from 411); Green value is 102 (40.23% from 255 or 24.82% from 411); Blue value is 251 (98.44% from 255 or 61.07% from 411); Max value from RGB is 251 - color contains mainly: blue. Hex color #3A66FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3A66FB is #C59904. Grayscale: #696969. Windows color (decimal): -12949765 or 16475706. OLE color: 16475706.

HSL color Cylindrical-coordinate representation of color #3A66FB: hue angle of 226.32º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3A66FB is Cyan = 0.77, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 58 102 251 -
CMYK 0.77 0.59 0 0.02
HSL 226.32º 0.96% 0.61% -
HSV(B) 226.32º 0.77% 0.98% -
XYZ 23.91 17.37 93.36 -
YUV 105.83 209.92 93.88 -
System Red Green Blue C M Y K H S L
Decimal 58 102 251 0.77 0.59 0 0.02 226.32 0.96 0.61
Hex 3A 66 FB 4D 3B 0 2 E2 60 3D
Octal 72 146 373 115 73 0 2 342 140 75
Binary 111010 1100110 11111011 1001101 111011 0 10 11100010 1100000 111101

Color Harmonies of #3A66FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A66FB

Black with #3A66FB

Text Example


Text Example

White with #3A66FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,102,251); }

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

background-color css

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

 a { background-color: rgb(58,102,251); }

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

border-color css

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

 span { border-color: rgb(58,102,251); }

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