#307ABB

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

Shades of Curious Blue #307ABB

Tints of Curious Blue #307ABB

Color information

#307ABB (or 0x307ABB) is unknown color: approx Curious Blue. HEX triplet: 30, 7A and BB. RGB value is (48,122,187). Sum of RGB (Red+Green+Blue) = 48+122+187=357 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.45% from 357); Green value is 122 (48.05% from 255 or 34.17% from 357); Blue value is 187 (73.44% from 255 or 52.38% from 357); Max value from RGB is 187 - color contains mainly: blue. Hex color #307ABB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #307ABB is #CF8544. Grayscale: #6A6A6A. Windows color (decimal): -13600069 or 12286512. OLE color: 12286512.

HSL color Cylindrical-coordinate representation of color #307ABB: hue angle of 208.06º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #307ABB is Cyan = 0.74, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB48122187-
CMYK0.740.3500.27
HSL208.06º59.15%46.08%-
HSV(B)208.06º74.33%73.33%-
XYZ17.1518.1449.61-
YUV107.28172.9885.71-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 13.45%
GREEN value IS 122 (48.05% from 255) = 34.17%
BLUE value IS 187 (73.44% from 255) = 52.38%
R=13.45%
G=34.17%
B=52.38%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal481221870.740.3500.27208.0659.1546.08
Hex307ABB4A2301Bd03b2e
Octal60172273112430333207356
Binary110000111101010111011100101010001101101111010000111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,122,187); }

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

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

 a { background-color: rgb(48,122,187); }

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

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

 span { border-color: rgb(48,122,187); }

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