#307BCA

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

Shades of Curious Blue #307BCA

Tints of Curious Blue #307BCA

Color information

#307BCA (or 0x307BCA) is unknown color: approx Curious Blue. HEX triplet: 30, 7B and CA. RGB value is (48,123,202). Sum of RGB (Red+Green+Blue) = 48+123+202=373 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.87% from 373); Green value is 123 (48.44% from 255 or 32.98% from 373); Blue value is 202 (79.30% from 255 or 54.16% from 373); Max value from RGB is 202 - color contains mainly: blue. Hex color #307BCA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #307BCA is #CF8435. Grayscale: #6D6D6D. Windows color (decimal): -13599798 or 13269808. OLE color: 13269808.

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

Color convert

RGB48123202-
CMYK0.760.3900.21
HSL210.78º61.6%49.02%-
HSV(B)210.78º76.24%79.22%-
XYZ18.9619.0658.56-
YUV109.58180.1584.08-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 12.87%
GREEN value IS 123 (48.44% from 255) = 32.98%
BLUE value IS 202 (79.30% from 255) = 54.16%
R=12.87%
G=32.98%
B=54.16%

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
Decimal481232020.760.3900.21210.7861.649.02
Hex307BCA4C27015d33e31
Octal60173312114470253237661
Binary110000111101111001010100110010011101010111010011111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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