#307CCA

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

Shades of Curious Blue #307CCA

Tints of Curious Blue #307CCA

Color information

#307CCA (or 0x307CCA) is unknown color: approx Curious Blue. HEX triplet: 30, 7C and CA. RGB value is (48,124,202). Sum of RGB (Red+Green+Blue) = 48+124+202=374 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.83% from 374); Green value is 124 (48.83% from 255 or 33.16% from 374); Blue value is 202 (79.30% from 255 or 54.01% from 374); Max value from RGB is 202 - color contains mainly: blue. Hex color #307CCA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #307CCA is #CF8335. Grayscale: #6D6D6D. Windows color (decimal): -13599542 or 13270064. OLE color: 13270064.

HSL color Cylindrical-coordinate representation of color #307CCA: hue angle of 210.39º 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 #307CCA is Cyan = 0.76, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB48124202-
CMYK0.760.3900.21
HSL210.39º61.6%49.02%-
HSV(B)210.39º76.24%79.22%-
XYZ19.0919.3158.6-
YUV110.17179.8283.66-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 12.83%
GREEN value IS 124 (48.83% from 255) = 33.16%
BLUE value IS 202 (79.30% from 255) = 54.01%
R=12.83%
G=33.16%
B=54.01%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal481242020.760.3900.21210.3961.649.02
Hex307CCA4C27015d23e31
Octal60174312114470253227661
Binary110000111110011001010100110010011101010111010010111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307CCA; }

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

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

<style>
 a { background-color: #307CCA; }

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

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

<style>
 span { border-color: #307CCA; }

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

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