Html Css Color HEX #3066EA Royal Blue

📋 copy color: '#3066EA'

red 48 ◦ green 102 ◦ blue 234

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

Shades of Royal Blue #3066EA

Tints of Royal Blue #3066EA

RGB

 RED value IS 48 (19.14% from 255) = 12.5%

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

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

R = 12.5%
G = 26.56%
B = 60.94%

CMYK

 C value IS 0.79

 M value IS 0.56

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#3066EA (or 0x3066EA) is known color: Royal Blue. HEX triplet: 30, 66 and EA. RGB value is (48,102,234). Sum of RGB (Red+Green+Blue) = 48+102+234=384 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.5% from 384); Green value is 102 (40.23% from 255 or 26.56% from 384); Blue value is 234 (91.80% from 255 or 60.94% from 384); Max value from RGB is 234 - color contains mainly: blue. Hex color #3066EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3066EA is #CF9915. Grayscale: #646464. Windows color (decimal): -13605142 or 15361584. OLE color: 15361584.

HSL color Cylindrical-coordinate representation of color #3066EA: hue angle of 222.58º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3066EA is Cyan = 0.79, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 48 102 234 -
CMYK 0.79 0.56 0 0.08
HSL 222.58º 0.82% 0.55% -
HSV(B) 222.58º 0.79% 0.92% -
XYZ 20.82 16.07 79.85 -
YUV 100.9 203.11 90.27 -
System Red Green Blue C M Y K H S L
Decimal 48 102 234 0.79 0.56 0 0.08 222.58 0.82 0.55
Hex 30 66 EA 4F 38 0 8 DF 52 37
Octal 60 146 352 117 70 0 10 337 122 67
Binary 110000 1100110 11101010 1001111 111000 0 1000 11011111 1010010 110111

Color Harmonies of #3066EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3066EA

Black with #3066EA

Text Example


Text Example

White with #3066EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3066EA; }

 p { color: rgb(48,102,234); }

 H1.HeaderClassName
 {
   color: #3066EA;
 }
 .AnyTagClassName
 {
   color: #3066EA;
 }
</style>

background-color css

<style>
 a { background-color: #3066EA; }

 a { background-color: rgb(48,102,234); }

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

border-color css

<style>
 span { border-color: #3066EA; }

 span { border-color: rgb(48,102,234); }

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