Html Css Color HEX #3067EC Royal Blue

📋 copy color: '#3067EC'

red 48 ◦ green 103 ◦ blue 236

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

Shades of Royal Blue #3067EC

Tints of Royal Blue #3067EC

RGB

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

 GREEN value IS 103 (40.63% from 255) = 26.61%

 BLUE value IS 236 (92.58% from 255) = 60.98%

R = 12.4%
G = 26.61%
B = 60.98%

CMYK

 C value IS 0.80

 M value IS 0.56

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#3067EC (or 0x3067EC) is known color: Royal Blue. HEX triplet: 30, 67 and EC. RGB value is (48,103,236). Sum of RGB (Red+Green+Blue) = 48+103+236=387 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.40% from 387); Green value is 103 (40.62% from 255 or 26.61% from 387); Blue value is 236 (92.58% from 255 or 60.98% from 387); Max value from RGB is 236 - color contains mainly: blue. Hex color #3067EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3067EC is #CF9813. Grayscale: #656565. Windows color (decimal): -13604884 or 15492912. OLE color: 15492912.

HSL color Cylindrical-coordinate representation of color #3067EC: hue angle of 222.45º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3067EC is Cyan = 0.80, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 48 103 236 -
CMYK 0.80 0.56 0 0.07
HSL 222.45º 0.83% 0.56% -
HSV(B) 222.45º 0.8% 0.93% -
XYZ 21.21 16.39 81.4 -
YUV 101.72 203.78 89.69 -
System Red Green Blue C M Y K H S L
Decimal 48 103 236 0.80 0.56 0 0.07 222.45 0.83 0.56
Hex 30 67 EC 50 38 0 7 DE 53 38
Octal 60 147 354 120 70 0 7 336 123 70
Binary 110000 1100111 11101100 1010000 111000 0 111 11011110 1010011 111000

Color Harmonies of #3067EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3067EC

Black with #3067EC

Text Example


Text Example

White with #3067EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3067EC; }

 p { color: rgb(48,103,236); }

 H1.HeaderClassName
 {
   color: #3067EC;
 }
 .AnyTagClassName
 {
   color: #3067EC;
 }
</style>

background-color css

<style>
 a { background-color: #3067EC; }

 a { background-color: rgb(48,103,236); }

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

border-color css

<style>
 span { border-color: #3067EC; }

 span { border-color: rgb(48,103,236); }

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