Html Css Color HEX #3070BA Curious Blue

📋 copy color: '#3070BA'

red 48 ◦ green 112 ◦ blue 186

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

Shades of Curious Blue #3070BA

Tints of Curious Blue #3070BA

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32.37%

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

R = 13.87%
G = 32.37%
B = 53.76%

CMYK

 C value IS 0.74

 M value IS 0.40

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3070BA (or 0x3070BA) is known color: Curious Blue. HEX triplet: 30, 70 and BA. RGB value is (48,112,186). Sum of RGB (Red+Green+Blue) = 48+112+186=346 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.87% from 346); Green value is 112 (44.14% from 255 or 32.37% from 346); Blue value is 186 (73.05% from 255 or 53.76% from 346); Max value from RGB is 186 - color contains mainly: blue. Hex color #3070BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3070BA is #CF8F45. Grayscale: #646464. Windows color (decimal): -13602630 or 12218416. OLE color: 12218416.

HSL color Cylindrical-coordinate representation of color #3070BA: hue angle of 212.17º 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 #3070BA is Cyan = 0.74, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 48 112 186 -
CMYK 0.74 0.40 0 0.27
HSL 212.17º 0.59% 0.46% -
HSV(B) 212.17º 0.74% 0.73% -
XYZ 15.88 15.76 48.66 -
YUV 101.3 175.8 89.98 -
System Red Green Blue C M Y K H S L
Decimal 48 112 186 0.74 0.40 0 0.27 212.17 0.59 0.46
Hex 30 70 BA 4A 28 0 1B D4 3B 2E
Octal 60 160 272 112 50 0 33 324 73 56
Binary 110000 1110000 10111010 1001010 101000 0 11011 11010100 111011 101110

Color Harmonies of #3070BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3070BA

Black with #3070BA

Text Example


Text Example

White with #3070BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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