Html Css Color HEX #3073BE Curious Blue

📋 copy color: '#3073BE'

red 48 ◦ green 115 ◦ blue 190

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

Shades of Curious Blue #3073BE

Tints of Curious Blue #3073BE

RGB

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

 GREEN value IS 115 (45.31% from 255) = 32.58%

 BLUE value IS 190 (74.61% from 255) = 53.82%

R = 13.6%
G = 32.58%
B = 53.82%

CMYK

 C value IS 0.75

 M value IS 0.39

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3073BE (or 0x3073BE) is known color: Curious Blue. HEX triplet: 30, 73 and BE. RGB value is (48,115,190). Sum of RGB (Red+Green+Blue) = 48+115+190=353 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.60% from 353); Green value is 115 (45.31% from 255 or 32.58% from 353); Blue value is 190 (74.61% from 255 or 53.82% from 353); Max value from RGB is 190 - color contains mainly: blue. Hex color #3073BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3073BE is #CF8C41. Grayscale: #676767. Windows color (decimal): -13601858 or 12481328. OLE color: 12481328.

HSL color Cylindrical-coordinate representation of color #3073BE: hue angle of 211.69º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3073BE is Cyan = 0.75, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 48 115 190 -
CMYK 0.75 0.39 0 0.25
HSL 211.69º 0.6% 0.47% -
HSV(B) 211.69º 0.75% 0.75% -
XYZ 16.64 16.61 51.04 -
YUV 103.52 176.8 88.4 -
System Red Green Blue C M Y K H S L
Decimal 48 115 190 0.75 0.39 0 0.25 211.69 0.6 0.47
Hex 30 73 BE 4B 27 0 19 D4 3C 2F
Octal 60 163 276 113 47 0 31 324 74 57
Binary 110000 1110011 10111110 1001011 100111 0 11001 11010100 111100 101111

Color Harmonies of #3073BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3073BE

Black with #3073BE

Text Example


Text Example

White with #3073BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3073BE; }

 p { color: rgb(48,115,190); }

 H1.HeaderClassName
 {
   color: #3073BE;
 }
 .AnyTagClassName
 {
   color: #3073BE;
 }
</style>

background-color css

<style>
 a { background-color: #3073BE; }

 a { background-color: rgb(48,115,190); }

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

border-color css

<style>
 span { border-color: #3073BE; }

 span { border-color: rgb(48,115,190); }

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