Html Css Color HEX #3380B4 Curious Blue

📋 copy color: '#3380B4'

red 51 ◦ green 128 ◦ blue 180

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

Shades of Curious Blue #3380B4

Tints of Curious Blue #3380B4

RGB

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

 GREEN value IS 128 (50.39% from 255) = 35.65%

 BLUE value IS 180 (70.7% from 255) = 50.14%

R = 14.21%
G = 35.65%
B = 50.14%

CMYK

 C value IS 0.72

 M value IS 0.29

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#3380B4 (or 0x3380B4) is known color: Curious Blue. HEX triplet: 33, 80 and B4. RGB value is (51,128,180). Sum of RGB (Red+Green+Blue) = 51+128+180=359 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.21% from 359); Green value is 128 (50.39% from 255 or 35.65% from 359); Blue value is 180 (70.70% from 255 or 50.14% from 359); Max value from RGB is 180 - color contains mainly: blue. Hex color #3380B4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3380B4 is #CC7F4B. Grayscale: #6E6E6E. Windows color (decimal): -13401932 or 11829299. OLE color: 11829299.

HSL color Cylindrical-coordinate representation of color #3380B4: hue angle of 204.19º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3380B4 is Cyan = 0.72, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 51 128 180 -
CMYK 0.72 0.29 0 0.29
HSL 204.19º 0.56% 0.45% -
HSV(B) 204.19º 0.72% 0.71% -
XYZ 17.32 19.44 46.02 -
YUV 110.91 166.99 85.27 -
System Red Green Blue C M Y K H S L
Decimal 51 128 180 0.72 0.29 0 0.29 204.19 0.56 0.45
Hex 33 80 B4 48 1D 0 1D CC 38 2D
Octal 63 200 264 110 35 0 35 314 70 55
Binary 110011 10000000 10110100 1001000 11101 0 11101 11001100 111000 101101

Color Harmonies of #3380B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3380B4

Black with #3380B4

Text Example


Text Example

White with #3380B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3380B4; }

 p { color: rgb(51,128,180); }

 H1.HeaderClassName
 {
   color: #3380B4;
 }
 .AnyTagClassName
 {
   color: #3380B4;
 }
</style>

background-color css

<style>
 a { background-color: #3380B4; }

 a { background-color: rgb(51,128,180); }

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

border-color css

<style>
 span { border-color: #3380B4; }

 span { border-color: rgb(51,128,180); }

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