Html Css Color HEX #3072BC Curious Blue

📋 copy color: '#3072BC'

red 48 ◦ green 114 ◦ blue 188

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

Shades of Curious Blue #3072BC

Tints of Curious Blue #3072BC

RGB

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

 GREEN value IS 114 (44.92% from 255) = 32.57%

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

R = 13.71%
G = 32.57%
B = 53.71%

CMYK

 C value IS 0.74

 M value IS 0.39

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3072BC (or 0x3072BC) is known color: Curious Blue. HEX triplet: 30, 72 and BC. RGB value is (48,114,188). Sum of RGB (Red+Green+Blue) = 48+114+188=350 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.71% from 350); Green value is 114 (44.92% from 255 or 32.57% from 350); Blue value is 188 (73.83% from 255 or 53.71% from 350); Max value from RGB is 188 - color contains mainly: blue. Hex color #3072BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3072BC is #CF8D43. Grayscale: #666666. Windows color (decimal): -13602116 or 12350000. OLE color: 12350000.

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

Color convert

RGB 48 114 188 -
CMYK 0.74 0.39 0 0.26
HSL 211.71º 0.59% 0.46% -
HSV(B) 211.71º 0.74% 0.74% -
XYZ 16.31 16.29 49.86 -
YUV 102.7 176.13 88.98 -
System Red Green Blue C M Y K H S L
Decimal 48 114 188 0.74 0.39 0 0.26 211.71 0.59 0.46
Hex 30 72 BC 4A 27 0 1A D4 3B 2E
Octal 60 162 274 112 47 0 32 324 73 56
Binary 110000 1110010 10111100 1001010 100111 0 11010 11010100 111011 101110

Color Harmonies of #3072BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3072BC

Black with #3072BC

Text Example


Text Example

White with #3072BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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