Html Css Color HEX #3074CF Royal Blue

📋 copy color: '#3074CF'

red 48 ◦ green 116 ◦ blue 207

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

Shades of Royal Blue #3074CF

Tints of Royal Blue #3074CF

RGB

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

 GREEN value IS 116 (45.7% from 255) = 31.27%

 BLUE value IS 207 (81.25% from 255) = 55.8%

R = 12.94%
G = 31.27%
B = 55.8%

CMYK

 C value IS 0.77

 M value IS 0.44

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3074CF (or 0x3074CF) is known color: Royal Blue. HEX triplet: 30, 74 and CF. RGB value is (48,116,207). Sum of RGB (Red+Green+Blue) = 48+116+207=371 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.94% from 371); Green value is 116 (45.70% from 255 or 31.27% from 371); Blue value is 207 (81.25% from 255 or 55.80% from 371); Max value from RGB is 207 - color contains mainly: blue. Hex color #3074CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3074CF is #CF8B30. Grayscale: #696969. Windows color (decimal): -13601585 or 13595696. OLE color: 13595696.

HSL color Cylindrical-coordinate representation of color #3074CF: hue angle of 214.34º 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 #3074CF is Cyan = 0.77, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 48 116 207 -
CMYK 0.77 0.44 0 0.19
HSL 214.34º 0.62% 0.5% -
HSV(B) 214.34º 0.77% 0.81% -
XYZ 18.73 17.62 61.45 -
YUV 106.04 184.97 86.6 -
System Red Green Blue C M Y K H S L
Decimal 48 116 207 0.77 0.44 0 0.19 214.34 0.62 0.5
Hex 30 74 CF 4D 2C 0 13 D6 3E 32
Octal 60 164 317 115 54 0 23 326 76 62
Binary 110000 1110100 11001111 1001101 101100 0 10011 11010110 111110 110010

Color Harmonies of #3074CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3074CF

Black with #3074CF

Text Example


Text Example

White with #3074CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3074CF; }

 p { color: rgb(48,116,207); }

 H1.HeaderClassName
 {
   color: #3074CF;
 }
 .AnyTagClassName
 {
   color: #3074CF;
 }
</style>

background-color css

<style>
 a { background-color: #3074CF; }

 a { background-color: rgb(48,116,207); }

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

border-color css

<style>
 span { border-color: #3074CF; }

 span { border-color: rgb(48,116,207); }

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