Html Css Color HEX #3488DD Curious Blue

📋 copy color: '#3488DD'

red 52 ◦ green 136 ◦ blue 221

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

Shades of Curious Blue #3488DD

Tints of Curious Blue #3488DD

RGB

 RED value IS 52 (20.7% from 255) = 12.71%

 GREEN value IS 136 (53.52% from 255) = 33.25%

 BLUE value IS 221 (86.72% from 255) = 54.03%

R = 12.71%
G = 33.25%
B = 54.03%

CMYK

 C value IS 0.76

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3488DD (or 0x3488DD) is known color: Curious Blue. HEX triplet: 34, 88 and DD. RGB value is (52,136,221). Sum of RGB (Red+Green+Blue) = 52+136+221=409 (54% of max value = 765). Red value is 52 (20.70% from 255 or 12.71% from 409); Green value is 136 (53.52% from 255 or 33.25% from 409); Blue value is 221 (86.72% from 255 or 54.03% from 409); Max value from RGB is 221 - color contains mainly: blue. Hex color #3488DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3488DD is #CB7722. Grayscale: #787878. Windows color (decimal): -13334307 or 14518324. OLE color: 14518324.

HSL color Cylindrical-coordinate representation of color #3488DD: hue angle of 210.18º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3488DD is Cyan = 0.76, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 52 136 221 -
CMYK 0.76 0.38 0 0.13
HSL 210.18º 0.71% 0.54% -
HSV(B) 210.18º 0.76% 0.87% -
XYZ 23.27 23.56 71.73 -
YUV 120.57 184.67 79.09 -
System Red Green Blue C M Y K H S L
Decimal 52 136 221 0.76 0.38 0 0.13 210.18 0.71 0.54
Hex 34 88 DD 4C 26 0 D D2 47 36
Octal 64 210 335 114 46 0 15 322 107 66
Binary 110100 10001000 11011101 1001100 100110 0 1101 11010010 1000111 110110

Color Harmonies of #3488DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3488DD

Black with #3488DD

Text Example


Text Example

White with #3488DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3488DD; }

 p { color: rgb(52,136,221); }

 H1.HeaderClassName
 {
   color: #3488DD;
 }
 .AnyTagClassName
 {
   color: #3488DD;
 }
</style>

background-color css

<style>
 a { background-color: #3488DD; }

 a { background-color: rgb(52,136,221); }

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

border-color css

<style>
 span { border-color: #3488DD; }

 span { border-color: rgb(52,136,221); }

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