Html Css Color HEX #3386BD Curious Blue

📋 copy color: '#3386BD'

red 51 ◦ green 134 ◦ blue 189

#3386BD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Curious Blue #3386BD

Tints of Curious Blue #3386BD

RGB

 RED value IS 51 (20.31% from 255) = 13.64%

 GREEN value IS 134 (52.73% from 255) = 35.83%

 BLUE value IS 189 (74.22% from 255) = 50.53%

R = 13.64%
G = 35.83%
B = 50.53%

CMYK

 C value IS 0.73

 M value IS 0.29

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3386BD (or 0x3386BD) is known color: Curious Blue. HEX triplet: 33, 86 and BD. RGB value is (51,134,189). Sum of RGB (Red+Green+Blue) = 51+134+189=374 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.64% from 374); Green value is 134 (52.73% from 255 or 35.83% from 374); Blue value is 189 (74.22% from 255 or 50.53% from 374); Max value from RGB is 189 - color contains mainly: blue. Hex color #3386BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3386BD is #CC7942. Grayscale: #737373. Windows color (decimal): -13400387 or 12420659. OLE color: 12420659.

HSL color Cylindrical-coordinate representation of color #3386BD: hue angle of 203.91º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3386BD is Cyan = 0.73, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 51 134 189 -
CMYK 0.73 0.29 0 0.26
HSL 203.91º 0.58% 0.47% -
HSV(B) 203.91º 0.73% 0.74% -
XYZ 19.08 21.43 51.27 -
YUV 115.45 169.5 82.03 -
System Red Green Blue C M Y K H S L
Decimal 51 134 189 0.73 0.29 0 0.26 203.91 0.58 0.47
Hex 33 86 BD 49 1D 0 1A CC 3A 2F
Octal 63 206 275 111 35 0 32 314 72 57
Binary 110011 10000110 10111101 1001001 11101 0 11010 11001100 111010 101111

Color Harmonies of #3386BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3386BD

Black with #3386BD

Text Example


Text Example

White with #3386BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3386BD; }

 p { color: rgb(51,134,189); }

 H1.HeaderClassName
 {
   color: #3386BD;
 }
 .AnyTagClassName
 {
   color: #3386BD;
 }
</style>

background-color css

<style>
 a { background-color: #3386BD; }

 a { background-color: rgb(51,134,189); }

 div.DivClassName
 {
   background-color: #3386BD;
 }
 .BgClassName
 {
   background-color: #3386BD;
 }
</style>

border-color css

<style>
 span { border-color: #3386BD; }

 span { border-color: rgb(51,134,189); }

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