Html Css Color HEX #3390CE Curious Blue

📋 copy color: '#3390CE'

red 51 ◦ green 144 ◦ blue 206

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

Shades of Curious Blue #3390CE

Tints of Curious Blue #3390CE

RGB

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

 GREEN value IS 144 (56.64% from 255) = 35.91%

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

R = 12.72%
G = 35.91%
B = 51.37%

CMYK

 C value IS 0.75

 M value IS 0.30

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3390CE (or 0x3390CE) is known color: Curious Blue. HEX triplet: 33, 90 and CE. RGB value is (51,144,206). Sum of RGB (Red+Green+Blue) = 51+144+206=401 (53% of max value = 765). Red value is 51 (20.31% from 255 or 12.72% from 401); Green value is 144 (56.64% from 255 or 35.91% from 401); Blue value is 206 (80.86% from 255 or 51.37% from 401); Max value from RGB is 206 - color contains mainly: blue. Hex color #3390CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3390CE is #CC6F31. Grayscale: #7A7A7A. Windows color (decimal): -13397810 or 13537331. OLE color: 13537331.

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

Color convert

RGB 51 144 206 -
CMYK 0.75 0.30 0 0.19
HSL 204º 0.61% 0.5% -
HSV(B) 204º 0.75% 0.81% -
XYZ 22.48 25.11 62.05 -
YUV 123.26 174.69 76.46 -
System Red Green Blue C M Y K H S L
Decimal 51 144 206 0.75 0.30 0 0.19 204 0.61 0.5
Hex 33 90 CE 4B 1E 0 13 CC 3D 32
Octal 63 220 316 113 36 0 23 314 75 62
Binary 110011 10010000 11001110 1001011 11110 0 10011 11001100 111101 110010

Color Harmonies of #3390CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3390CE

Black with #3390CE

Text Example


Text Example

White with #3390CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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