Html Css Color HEX #3067FF Royal Blue

📋 copy color: '#3067FF'

red 48 ◦ green 103 ◦ blue 255

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

Shades of Royal Blue #3067FF

Tints of Royal Blue #3067FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 62.81%

R = 11.82%
G = 25.37%
B = 62.81%

CMYK

 C value IS 0.81

 M value IS 0.60

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#3067FF (or 0x3067FF) is known color: Royal Blue. HEX triplet: 30, 67 and FF. RGB value is (48,103,255). Sum of RGB (Red+Green+Blue) = 48+103+255=406 (53% of max value = 765). Red value is 48 (19.14% from 255 or 11.82% from 406); Green value is 103 (40.62% from 255 or 25.37% from 406); Blue value is 255 (100% from 255 or 62.81% from 406); Max value from RGB is 255 - color contains mainly: blue. Hex color #3067FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3067FF is #CF9800. Grayscale: #676767. Windows color (decimal): -13604865 or 16738096. OLE color: 16738096.

HSL color Cylindrical-coordinate representation of color #3067FF: hue angle of 224.06º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3067FF is Cyan = 0.81, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 48 103 255 -
CMYK 0.81 0.60 0 0
HSL 224.06º 1% 0.59% -
HSV(B) 224.06º 0.81% 1% -
XYZ 24.12 17.55 96.72 -
YUV 103.88 213.28 88.14 -
System Red Green Blue C M Y K H S L
Decimal 48 103 255 0.81 0.60 0 0 224.06 1 0.59
Hex 30 67 FF 51 3C 0 0 E0 64 3B
Octal 60 147 377 121 74 0 0 340 144 73
Binary 110000 1100111 11111111 1010001 111100 0 0 11100000 1100100 111011

Color Harmonies of #3067FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3067FF

Black with #3067FF

Text Example


Text Example

White with #3067FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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