Html Css Color HEX #3383CE Curious Blue

📋 copy color: '#3383CE'

red 51 ◦ green 131 ◦ blue 206

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

Shades of Curious Blue #3383CE

Tints of Curious Blue #3383CE

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33.76%

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

R = 13.14%
G = 33.76%
B = 53.09%

CMYK

 C value IS 0.75

 M value IS 0.36

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3383CE (or 0x3383CE) is known color: Curious Blue. HEX triplet: 33, 83 and CE. RGB value is (51,131,206). Sum of RGB (Red+Green+Blue) = 51+131+206=388 (51% of max value = 765). Red value is 51 (20.31% from 255 or 13.14% from 388); Green value is 131 (51.56% from 255 or 33.76% from 388); Blue value is 206 (80.86% from 255 or 53.09% from 388); Max value from RGB is 206 - color contains mainly: blue. Hex color #3383CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3383CE is #CC7C31. Grayscale: #737373. Windows color (decimal): -13401138 or 13534003. OLE color: 13534003.

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

Color convert

RGB 51 131 206 -
CMYK 0.75 0.36 0 0.19
HSL 209.03º 0.61% 0.5% -
HSV(B) 209.03º 0.75% 0.81% -
XYZ 20.62 21.39 61.43 -
YUV 115.63 179 81.9 -
System Red Green Blue C M Y K H S L
Decimal 51 131 206 0.75 0.36 0 0.19 209.03 0.61 0.5
Hex 33 83 CE 4B 24 0 13 D1 3D 32
Octal 63 203 316 113 44 0 23 321 75 62
Binary 110011 10000011 11001110 1001011 100100 0 10011 11010001 111101 110010

Color Harmonies of #3383CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3383CE

Black with #3383CE

Text Example


Text Example

White with #3383CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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