Html Css Color HEX #3074BA Curious Blue

📋 copy color: '#3074BA'

red 48 ◦ green 116 ◦ blue 186

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

Shades of Curious Blue #3074BA

Tints of Curious Blue #3074BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 53.14%

R = 13.71%
G = 33.14%
B = 53.14%

CMYK

 C value IS 0.74

 M value IS 0.38

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3074BA (or 0x3074BA) is known color: Curious Blue. HEX triplet: 30, 74 and BA. RGB value is (48,116,186). Sum of RGB (Red+Green+Blue) = 48+116+186=350 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.71% from 350); Green value is 116 (45.70% from 255 or 33.14% from 350); Blue value is 186 (73.05% from 255 or 53.14% from 350); Max value from RGB is 186 - color contains mainly: blue. Hex color #3074BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3074BA is #CF8B45. Grayscale: #676767. Windows color (decimal): -13601606 or 12219440. OLE color: 12219440.

HSL color Cylindrical-coordinate representation of color #3074BA: hue angle of 210.43º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3074BA is Cyan = 0.74, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 48 116 186 -
CMYK 0.74 0.38 0 0.27
HSL 210.43º 0.59% 0.46% -
HSV(B) 210.43º 0.74% 0.73% -
XYZ 16.33 16.66 48.81 -
YUV 103.65 174.47 88.31 -
System Red Green Blue C M Y K H S L
Decimal 48 116 186 0.74 0.38 0 0.27 210.43 0.59 0.46
Hex 30 74 BA 4A 26 0 1B D2 3B 2E
Octal 60 164 272 112 46 0 33 322 73 56
Binary 110000 1110100 10111010 1001010 100110 0 11011 11010010 111011 101110

Color Harmonies of #3074BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3074BA

Black with #3074BA

Text Example


Text Example

White with #3074BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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