Html Css Color HEX #3395CE Curious Blue

📋 copy color: '#3395CE'

red 51 ◦ green 149 ◦ blue 206

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

Shades of Curious Blue #3395CE

Tints of Curious Blue #3395CE

RGB

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

 GREEN value IS 149 (58.59% from 255) = 36.7%

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

R = 12.56%
G = 36.7%
B = 50.74%

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

#3395CE (or 0x3395CE) is known color: Curious Blue. HEX triplet: 33, 95 and CE. RGB value is (51,149,206). Sum of RGB (Red+Green+Blue) = 51+149+206=406 (53% of max value = 765). Red value is 51 (20.31% from 255 or 12.56% from 406); Green value is 149 (58.59% from 255 or 36.70% from 406); Blue value is 206 (80.86% from 255 or 50.74% from 406); Max value from RGB is 206 - color contains mainly: blue. Hex color #3395CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3395CE is #CC6A31. Grayscale: #7D7D7D. Windows color (decimal): -13396530 or 13538611. OLE color: 13538611.

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

Color convert

RGB 51 149 206 -
CMYK 0.75 0.28 0 0.19
HSL 202.06º 0.61% 0.5% -
HSV(B) 202.06º 0.75% 0.81% -
XYZ 23.25 26.65 62.31 -
YUV 126.2 173.03 74.37 -
System Red Green Blue C M Y K H S L
Decimal 51 149 206 0.75 0.28 0 0.19 202.06 0.61 0.5
Hex 33 95 CE 4B 1C 0 13 CA 3D 32
Octal 63 225 316 113 34 0 23 312 75 62
Binary 110011 10010101 11001110 1001011 11100 0 10011 11001010 111101 110010

Color Harmonies of #3395CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3395CE

Black with #3395CE

Text Example


Text Example

White with #3395CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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