Html Css Color HEX #3067CE Royal Blue

📋 copy color: '#3067CE'

red 48 ◦ green 103 ◦ blue 206

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

Shades of Royal Blue #3067CE

Tints of Royal Blue #3067CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 57.7%

R = 13.45%
G = 28.85%
B = 57.7%

CMYK

 C value IS 0.77

 M value IS 0.50

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3067CE (or 0x3067CE) is known color: Royal Blue. HEX triplet: 30, 67 and CE. RGB value is (48,103,206). Sum of RGB (Red+Green+Blue) = 48+103+206=357 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.45% from 357); Green value is 103 (40.62% from 255 or 28.85% from 357); Blue value is 206 (80.86% from 255 or 57.70% from 357); Max value from RGB is 206 - color contains mainly: blue. Hex color #3067CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3067CE is #CF9831. Grayscale: #616161. Windows color (decimal): -13604914 or 13526832. OLE color: 13526832.

HSL color Cylindrical-coordinate representation of color #3067CE: hue angle of 219.11º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3067CE is Cyan = 0.77, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 48 103 206 -
CMYK 0.77 0.50 0 0.19
HSL 219.11º 0.62% 0.5% -
HSV(B) 219.11º 0.77% 0.81% -
XYZ 17.21 14.79 60.34 -
YUV 98.3 188.78 92.12 -
System Red Green Blue C M Y K H S L
Decimal 48 103 206 0.77 0.50 0 0.19 219.11 0.62 0.5
Hex 30 67 CE 4D 32 0 13 DB 3E 32
Octal 60 147 316 115 62 0 23 333 76 62
Binary 110000 1100111 11001110 1001101 110010 0 10011 11011011 111110 110010

Color Harmonies of #3067CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3067CE

Black with #3067CE

Text Example


Text Example

White with #3067CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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