Html Css Color HEX #3394CE Curious Blue

📋 copy color: '#3394CE'

red 51 ◦ green 148 ◦ blue 206

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

Shades of Curious Blue #3394CE

Tints of Curious Blue #3394CE

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.54%

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

R = 12.59%
G = 36.54%
B = 50.86%

CMYK

 C value IS 0.75

 M value IS 0.28

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3394CE (or 0x3394CE) is known color: Curious Blue. HEX triplet: 33, 94 and CE. RGB value is (51,148,206). Sum of RGB (Red+Green+Blue) = 51+148+206=405 (53% of max value = 765). Red value is 51 (20.31% from 255 or 12.59% from 405); Green value is 148 (58.20% from 255 or 36.54% from 405); Blue value is 206 (80.86% from 255 or 50.86% from 405); Max value from RGB is 206 - color contains mainly: blue. Hex color #3394CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3394CE is #CC6B31. Grayscale: #7D7D7D. Windows color (decimal): -13396786 or 13538355. OLE color: 13538355.

HSL color Cylindrical-coordinate representation of color #3394CE: hue angle of 202.45º 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 #3394CE is Cyan = 0.75, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 51 148 206 -
CMYK 0.75 0.28 0 0.19
HSL 202.45º 0.61% 0.5% -
HSV(B) 202.45º 0.75% 0.81% -
XYZ 23.1 26.34 62.26 -
YUV 125.61 173.36 74.78 -
System Red Green Blue C M Y K H S L
Decimal 51 148 206 0.75 0.28 0 0.19 202.45 0.61 0.5
Hex 33 94 CE 4B 1C 0 13 CA 3D 32
Octal 63 224 316 113 34 0 23 312 75 62
Binary 110011 10010100 11001110 1001011 11100 0 10011 11001010 111101 110010

Color Harmonies of #3394CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3394CE

Black with #3394CE

Text Example


Text Example

White with #3394CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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