Html Css Color HEX #3488D8 Curious Blue

📋 copy color: '#3488D8'

red 52 ◦ green 136 ◦ blue 216

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

Shades of Curious Blue #3488D8

Tints of Curious Blue #3488D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 53.47%

R = 12.87%
G = 33.66%
B = 53.47%

CMYK

 C value IS 0.76

 M value IS 0.37

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#3488D8 (or 0x3488D8) is known color: Curious Blue. HEX triplet: 34, 88 and D8. RGB value is (52,136,216). Sum of RGB (Red+Green+Blue) = 52+136+216=404 (53% of max value = 765). Red value is 52 (20.70% from 255 or 12.87% from 404); Green value is 136 (53.52% from 255 or 33.66% from 404); Blue value is 216 (84.77% from 255 or 53.47% from 404); Max value from RGB is 216 - color contains mainly: blue. Hex color #3488D8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3488D8 is #CB7727. Grayscale: #777777. Windows color (decimal): -13334312 or 14190644. OLE color: 14190644.

HSL color Cylindrical-coordinate representation of color #3488D8: hue angle of 209.27º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3488D8 is Cyan = 0.76, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 52 136 216 -
CMYK 0.76 0.37 0 0.15
HSL 209.27º 0.68% 0.53% -
HSV(B) 209.27º 0.76% 0.85% -
XYZ 22.62 23.3 68.27 -
YUV 120 182.17 79.5 -
System Red Green Blue C M Y K H S L
Decimal 52 136 216 0.76 0.37 0 0.15 209.27 0.68 0.53
Hex 34 88 D8 4C 25 0 F D1 44 35
Octal 64 210 330 114 45 0 17 321 104 65
Binary 110100 10001000 11011000 1001100 100101 0 1111 11010001 1000100 110101

Color Harmonies of #3488D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3488D8

Black with #3488D8

Text Example


Text Example

White with #3488D8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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