Html Css Color HEX #3386CE Curious Blue

📋 copy color: '#3386CE'

red 51 ◦ green 134 ◦ blue 206

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

Shades of Curious Blue #3386CE

Tints of Curious Blue #3386CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 52.69%

R = 13.04%
G = 34.27%
B = 52.69%

CMYK

 C value IS 0.75

 M value IS 0.35

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3386CE (or 0x3386CE) is known color: Curious Blue. HEX triplet: 33, 86 and CE. RGB value is (51,134,206). Sum of RGB (Red+Green+Blue) = 51+134+206=391 (51% of max value = 765). Red value is 51 (20.31% from 255 or 13.04% from 391); Green value is 134 (52.73% from 255 or 34.27% from 391); Blue value is 206 (80.86% from 255 or 52.69% from 391); Max value from RGB is 206 - color contains mainly: blue. Hex color #3386CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3386CE is #CC7931. Grayscale: #757575. Windows color (decimal): -13400370 or 13534771. OLE color: 13534771.

HSL color Cylindrical-coordinate representation of color #3386CE: hue angle of 207.87º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3386CE is Cyan = 0.75, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 51 134 206 -
CMYK 0.75 0.35 0 0.19
HSL 207.87º 0.61% 0.5% -
HSV(B) 207.87º 0.75% 0.81% -
XYZ 21.03 22.21 61.57 -
YUV 117.39 178 80.65 -
System Red Green Blue C M Y K H S L
Decimal 51 134 206 0.75 0.35 0 0.19 207.87 0.61 0.5
Hex 33 86 CE 4B 23 0 13 D0 3D 32
Octal 63 206 316 113 43 0 23 320 75 62
Binary 110011 10000110 11001110 1001011 100011 0 10011 11010000 111101 110010

Color Harmonies of #3386CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3386CE

Black with #3386CE

Text Example


Text Example

White with #3386CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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