#308EB7

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

Shades of Curious Blue #308EB7

Tints of Curious Blue #308EB7

Color information

#308EB7 (or 0x308EB7) is unknown color: approx Curious Blue. HEX triplet: 30, 8E and B7. RGB value is (48,142,183). Sum of RGB (Red+Green+Blue) = 48+142+183=373 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.87% from 373); Green value is 142 (55.86% from 255 or 38.07% from 373); Blue value is 183 (71.88% from 255 or 49.06% from 373); Max value from RGB is 183 - color contains mainly: blue. Hex color #308EB7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #308EB7 is #CF7148. Grayscale: #767676. Windows color (decimal): -13594953 or 12029488. OLE color: 12029488.

HSL color Cylindrical-coordinate representation of color #308EB7: hue angle of 198.22º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #308EB7 is Cyan = 0.74, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB48142183-
CMYK0.740.2200.28
HSL198.22º58.44%45.29%-
HSV(B)198.22º73.77%71.76%-
XYZ19.4423.3948.29-
YUV118.57164.3677.67-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 12.87%
GREEN value IS 142 (55.86% from 255) = 38.07%
BLUE value IS 183 (71.88% from 255) = 49.06%
R=12.87%
G=38.07%
B=49.06%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal481421830.740.2200.28198.2258.4445.29
Hex308EB74A1601Cc63a2d
Octal60216267112260343067255
Binary110000100011101011011110010101011001110011000110111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308EB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308EB7; }

 p { color: rgb(48,142,183); }

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

<style>
 a { background-color: #308EB7; }

 a { background-color: rgb(48,142,183); }

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

<style>
 span { border-color: #308EB7; }

 span { border-color: rgb(48,142,183); }

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