Html Css Color HEX #3381D0 Curious Blue

📋 copy color: '#3381D0'

red 51 ◦ green 129 ◦ blue 208

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

Shades of Curious Blue #3381D0

Tints of Curious Blue #3381D0

RGB

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

 GREEN value IS 129 (50.78% from 255) = 33.25%

 BLUE value IS 208 (81.64% from 255) = 53.61%

R = 13.14%
G = 33.25%
B = 53.61%

CMYK

 C value IS 0.75

 M value IS 0.38

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#3381D0 (or 0x3381D0) is known color: Curious Blue. HEX triplet: 33, 81 and D0. RGB value is (51,129,208). Sum of RGB (Red+Green+Blue) = 51+129+208=388 (51% of max value = 765). Red value is 51 (20.31% from 255 or 13.14% from 388); Green value is 129 (50.78% from 255 or 33.25% from 388); Blue value is 208 (81.64% from 255 or 53.61% from 388); Max value from RGB is 208 - color contains mainly: blue. Hex color #3381D0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3381D0 is #CC7E2F. Grayscale: #727272. Windows color (decimal): -13401648 or 13664563. OLE color: 13664563.

HSL color Cylindrical-coordinate representation of color #3381D0: hue angle of 210.19º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3381D0 is Cyan = 0.75, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 51 129 208 -
CMYK 0.75 0.38 0 0.18
HSL 210.19º 0.63% 0.51% -
HSV(B) 210.19º 0.75% 0.82% -
XYZ 20.6 20.96 62.63 -
YUV 114.68 180.66 82.58 -
System Red Green Blue C M Y K H S L
Decimal 51 129 208 0.75 0.38 0 0.18 210.19 0.63 0.51
Hex 33 81 D0 4B 26 0 12 D2 3F 33
Octal 63 201 320 113 46 0 22 322 77 63
Binary 110011 10000001 11010000 1001011 100110 0 10010 11010010 111111 110011

Color Harmonies of #3381D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3381D0

Black with #3381D0

Text Example


Text Example

White with #3381D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3381D0; }

 p { color: rgb(51,129,208); }

 H1.HeaderClassName
 {
   color: #3381D0;
 }
 .AnyTagClassName
 {
   color: #3381D0;
 }
</style>

background-color css

<style>
 a { background-color: #3381D0; }

 a { background-color: rgb(51,129,208); }

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

border-color css

<style>
 span { border-color: #3381D0; }

 span { border-color: rgb(51,129,208); }

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