#3078CA

Color #3078CA Curious Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Curious Blue #3078CA

Tints of Curious Blue #3078CA

Color information

#3078CA (or 0x3078CA) is unknown color: approx Curious Blue. HEX triplet: 30, 78 and CA. RGB value is (48,120,202). Sum of RGB (Red+Green+Blue) = 48+120+202=370 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.97% from 370); Green value is 120 (47.27% from 255 or 32.43% from 370); Blue value is 202 (79.30% from 255 or 54.59% from 370); Max value from RGB is 202 - color contains mainly: blue. Hex color #3078CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3078CA is #CF8735. Grayscale: #6B6B6B. Windows color (decimal): -13600566 or 13269040. OLE color: 13269040.

HSL color Cylindrical-coordinate representation of color #3078CA: hue angle of 211.95º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3078CA is Cyan = 0.76, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB48120202-
CMYK0.760.4100.21
HSL211.95º61.6%49.02%-
HSV(B)211.95º76.24%79.22%-
XYZ18.618.3358.43-
YUV107.82181.1585.33-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 12.97%
GREEN value IS 120 (47.27% from 255) = 32.43%
BLUE value IS 202 (79.30% from 255) = 54.59%
R=12.97%
G=32.43%
B=54.59%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal481202020.760.4100.21211.9561.649.02
Hex3078CA4C29015d43e31
Octal60170312114510253247661
Binary110000111100011001010100110010100101010111010100111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3078CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3078CA; }

 p { color: rgb(48,120,202); }

 H1.HeaderClassName
 {
   color: #3078CA;
 }
 .AnyTagClassName
 {
   color: #3078CA;
 }
</style>
background-color css

<style>
 a { background-color: #3078CA; }

 a { background-color: rgb(48,120,202); }

 div.DivClassName
 {
   background-color: #3078CA;
 }
 .BgClassName
 {
   background-color: #3078CA;
 }
</style>
border-color css

<style>
 span { border-color: #3078CA; }

 span { border-color: rgb(48,120,202); }

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