Html Css Color HEX #3074BC Curious Blue

📋 copy color: '#3074BC'

red 48 ◦ green 116 ◦ blue 188

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

Shades of Curious Blue #3074BC

Tints of Curious Blue #3074BC

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.95%

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

R = 13.64%
G = 32.95%
B = 53.41%

CMYK

 C value IS 0.74

 M value IS 0.38

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3074BC (or 0x3074BC) is known color: Curious Blue. HEX triplet: 30, 74 and BC. RGB value is (48,116,188). Sum of RGB (Red+Green+Blue) = 48+116+188=352 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.64% from 352); Green value is 116 (45.70% from 255 or 32.95% from 352); Blue value is 188 (73.83% from 255 or 53.41% from 352); Max value from RGB is 188 - color contains mainly: blue. Hex color #3074BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3074BC is #CF8B43. Grayscale: #676767. Windows color (decimal): -13601604 or 12350512. OLE color: 12350512.

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

Color convert

RGB 48 116 188 -
CMYK 0.74 0.38 0 0.26
HSL 210.86º 0.59% 0.46% -
HSV(B) 210.86º 0.74% 0.74% -
XYZ 16.54 16.75 49.94 -
YUV 103.88 175.47 88.15 -
System Red Green Blue C M Y K H S L
Decimal 48 116 188 0.74 0.38 0 0.26 210.86 0.59 0.46
Hex 30 74 BC 4A 26 0 1A D3 3B 2E
Octal 60 164 274 112 46 0 32 323 73 56
Binary 110000 1110100 10111100 1001010 100110 0 11010 11010011 111011 101110

Color Harmonies of #3074BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3074BC

Black with #3074BC

Text Example


Text Example

White with #3074BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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