Html Css Color HEX #3384D6 Curious Blue

📋 copy color: '#3384D6'

red 51 ◦ green 132 ◦ blue 214

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

Shades of Curious Blue #3384D6

Tints of Curious Blue #3384D6

RGB

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

 GREEN value IS 132 (51.95% from 255) = 33.25%

 BLUE value IS 214 (83.98% from 255) = 53.9%

R = 12.85%
G = 33.25%
B = 53.9%

CMYK

 C value IS 0.76

 M value IS 0.38

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#3384D6 (or 0x3384D6) is known color: Curious Blue. HEX triplet: 33, 84 and D6. RGB value is (51,132,214). Sum of RGB (Red+Green+Blue) = 51+132+214=397 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.85% from 397); Green value is 132 (51.95% from 255 or 33.25% from 397); Blue value is 214 (83.98% from 255 or 53.90% from 397); Max value from RGB is 214 - color contains mainly: blue. Hex color #3384D6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3384D6 is #CC7B29. Grayscale: #747474. Windows color (decimal): -13400874 or 14058547. OLE color: 14058547.

HSL color Cylindrical-coordinate representation of color #3384D6: hue angle of 210.18º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3384D6 is Cyan = 0.76, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 51 132 214 -
CMYK 0.76 0.38 0 0.16
HSL 210.18º 0.67% 0.52% -
HSV(B) 210.18º 0.76% 0.84% -
XYZ 21.75 22.06 66.73 -
YUV 117.13 182.66 80.83 -
System Red Green Blue C M Y K H S L
Decimal 51 132 214 0.76 0.38 0 0.16 210.18 0.67 0.52
Hex 33 84 D6 4C 26 0 10 D2 43 34
Octal 63 204 326 114 46 0 20 322 103 64
Binary 110011 10000100 11010110 1001100 100110 0 10000 11010010 1000011 110100

Color Harmonies of #3384D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3384D6

Black with #3384D6

Text Example


Text Example

White with #3384D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3384D6; }

 p { color: rgb(51,132,214); }

 H1.HeaderClassName
 {
   color: #3384D6;
 }
 .AnyTagClassName
 {
   color: #3384D6;
 }
</style>

background-color css

<style>
 a { background-color: #3384D6; }

 a { background-color: rgb(51,132,214); }

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

border-color css

<style>
 span { border-color: #3384D6; }

 span { border-color: rgb(51,132,214); }

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