#3B99CD

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

Shades of Curious Blue #3B99CD

Tints of Curious Blue #3B99CD

Color information

#3B99CD (or 0x3B99CD) is unknown color: approx Curious Blue. HEX triplet: 3B, 99 and CD. RGB value is (59,153,205). Sum of RGB (Red+Green+Blue) = 59+153+205=417 (55% of max value = 765). Red value is 59 (23.44% from 255 or 14.15% from 417); Green value is 153 (60.16% from 255 or 36.69% from 417); Blue value is 205 (80.47% from 255 or 49.16% from 417); Max value from RGB is 205 - color contains mainly: blue. Hex color #3B99CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3B99CD is #C46632. Grayscale: #828282. Windows color (decimal): -12871219 or 13474107. OLE color: 13474107.

HSL color Cylindrical-coordinate representation of color #3B99CD: hue angle of 201.37º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3B99CD is Cyan = 0.71, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB59153205-
CMYK0.710.2500.20
HSL201.37º59.35%51.76%-
HSV(B)201.37º71.22%80.39%-
XYZ24.2128.1261.91-
YUV130.82169.8676.77-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 14.15%
GREEN value IS 153 (60.16% from 255) = 36.69%
BLUE value IS 205 (80.47% from 255) = 49.16%
R=14.15%
G=36.69%
B=49.16%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal591532050.710.2500.20201.3759.3551.76
Hex3B99CD4719014c93b34
Octal73231315107310243117364
Binary111011100110011100110110001111100101010011001001111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B99CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3B99CD; }

 p { color: rgb(59,153,205); }

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

<style>
 a { background-color: #3B99CD; }

 a { background-color: rgb(59,153,205); }

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

<style>
 span { border-color: #3B99CD; }

 span { border-color: rgb(59,153,205); }

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