Html Css Color HEX #3070BF Curious Blue

📋 copy color: '#3070BF'

red 48 ◦ green 112 ◦ blue 191

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

Shades of Curious Blue #3070BF

Tints of Curious Blue #3070BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 54.42%

R = 13.68%
G = 31.91%
B = 54.42%

CMYK

 C value IS 0.75

 M value IS 0.41

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3070BF (or 0x3070BF) is known color: Curious Blue. HEX triplet: 30, 70 and BF. RGB value is (48,112,191). Sum of RGB (Red+Green+Blue) = 48+112+191=351 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.68% from 351); Green value is 112 (44.14% from 255 or 31.91% from 351); Blue value is 191 (75% from 255 or 54.42% from 351); Max value from RGB is 191 - color contains mainly: blue. Hex color #3070BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3070BF is #CF8F40. Grayscale: #656565. Windows color (decimal): -13602625 or 12546096. OLE color: 12546096.

HSL color Cylindrical-coordinate representation of color #3070BF: hue angle of 213.15º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3070BF is Cyan = 0.75, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 48 112 191 -
CMYK 0.75 0.41 0 0.25
HSL 213.15º 0.6% 0.47% -
HSV(B) 213.15º 0.75% 0.75% -
XYZ 16.42 15.98 51.51 -
YUV 101.87 178.3 89.58 -
System Red Green Blue C M Y K H S L
Decimal 48 112 191 0.75 0.41 0 0.25 213.15 0.6 0.47
Hex 30 70 BF 4B 29 0 19 D5 3C 2F
Octal 60 160 277 113 51 0 31 325 74 57
Binary 110000 1110000 10111111 1001011 101001 0 11001 11010101 111100 101111

Color Harmonies of #3070BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3070BF

Black with #3070BF

Text Example


Text Example

White with #3070BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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