Html Css Color HEX #3071BC Curious Blue

📋 copy color: '#3071BC'

red 48 ◦ green 113 ◦ blue 188

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

Shades of Curious Blue #3071BC

Tints of Curious Blue #3071BC

RGB

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

 GREEN value IS 113 (44.53% from 255) = 32.38%

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

R = 13.75%
G = 32.38%
B = 53.87%

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

#3071BC (or 0x3071BC) is known color: Curious Blue. HEX triplet: 30, 71 and BC. RGB value is (48,113,188). Sum of RGB (Red+Green+Blue) = 48+113+188=349 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.75% from 349); Green value is 113 (44.53% from 255 or 32.38% from 349); Blue value is 188 (73.83% from 255 or 53.87% from 349); Max value from RGB is 188 - color contains mainly: blue. Hex color #3071BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3071BC is #CF8E43. Grayscale: #656565. Windows color (decimal): -13602372 or 12349744. OLE color: 12349744.

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

Color convert

RGB 48 113 188 -
CMYK 0.74 0.40 0 0.26
HSL 212.14º 0.59% 0.46% -
HSV(B) 212.14º 0.74% 0.74% -
XYZ 16.2 16.07 49.82 -
YUV 102.12 176.47 89.4 -
System Red Green Blue C M Y K H S L
Decimal 48 113 188 0.74 0.40 0 0.26 212.14 0.59 0.46
Hex 30 71 BC 4A 28 0 1A D4 3B 2E
Octal 60 161 274 112 50 0 32 324 73 56
Binary 110000 1110001 10111100 1001010 101000 0 11010 11010100 111011 101110

Color Harmonies of #3071BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3071BC

Black with #3071BC

Text Example


Text Example

White with #3071BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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