Html Css Color HEX #3070BC Curious Blue

📋 copy color: '#3070BC'

red 48 ◦ green 112 ◦ blue 188

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

Shades of Curious Blue #3070BC

Tints of Curious Blue #3070BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 54.02%

R = 13.79%
G = 32.18%
B = 54.02%

CMYK

 C value IS 0.74

 M value IS 0.40

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3070BC (or 0x3070BC) is known color: Curious Blue. HEX triplet: 30, 70 and BC. RGB value is (48,112,188). Sum of RGB (Red+Green+Blue) = 48+112+188=348 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.79% from 348); Green value is 112 (44.14% from 255 or 32.18% from 348); Blue value is 188 (73.83% from 255 or 54.02% from 348); Max value from RGB is 188 - color contains mainly: blue. Hex color #3070BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3070BC is #CF8F43. Grayscale: #656565. Windows color (decimal): -13602628 or 12349488. OLE color: 12349488.

HSL color Cylindrical-coordinate representation of color #3070BC: hue angle of 212.57º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3070BC is Cyan = 0.74, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 48 112 188 -
CMYK 0.74 0.40 0 0.26
HSL 212.57º 0.59% 0.46% -
HSV(B) 212.57º 0.74% 0.74% -
XYZ 16.09 15.85 49.79 -
YUV 101.53 176.8 89.82 -
System Red Green Blue C M Y K H S L
Decimal 48 112 188 0.74 0.40 0 0.26 212.57 0.59 0.46
Hex 30 70 BC 4A 28 0 1A D5 3B 2E
Octal 60 160 274 112 50 0 32 325 73 56
Binary 110000 1110000 10111100 1001010 101000 0 11010 11010101 111011 101110

Color Harmonies of #3070BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3070BC

Black with #3070BC

Text Example


Text Example

White with #3070BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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