Html Css Color HEX #3071BA Curious Blue

📋 copy color: '#3071BA'

red 48 ◦ green 113 ◦ blue 186

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

Shades of Curious Blue #3071BA

Tints of Curious Blue #3071BA

RGB

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

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

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

R = 13.83%
G = 32.56%
B = 53.6%

CMYK

 C value IS 0.74

 M value IS 0.39

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3071BA (or 0x3071BA) is known color: Curious Blue. HEX triplet: 30, 71 and BA. RGB value is (48,113,186). Sum of RGB (Red+Green+Blue) = 48+113+186=347 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.83% from 347); Green value is 113 (44.53% from 255 or 32.56% from 347); Blue value is 186 (73.05% from 255 or 53.60% from 347); Max value from RGB is 186 - color contains mainly: blue. Hex color #3071BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3071BA is #CF8E45. Grayscale: #656565. Windows color (decimal): -13602374 or 12218672. OLE color: 12218672.

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

Color convert

RGB 48 113 186 -
CMYK 0.74 0.39 0 0.27
HSL 211.74º 0.59% 0.46% -
HSV(B) 211.74º 0.74% 0.73% -
XYZ 15.99 15.98 48.7 -
YUV 101.89 175.47 89.56 -
System Red Green Blue C M Y K H S L
Decimal 48 113 186 0.74 0.39 0 0.27 211.74 0.59 0.46
Hex 30 71 BA 4A 27 0 1B D4 3B 2E
Octal 60 161 272 112 47 0 33 324 73 56
Binary 110000 1110001 10111010 1001010 100111 0 11011 11010100 111011 101110

Color Harmonies of #3071BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3071BA

Black with #3071BA

Text Example


Text Example

White with #3071BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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