Html Css Color HEX #3488BA Curious Blue

📋 copy color: '#3488BA'

red 52 ◦ green 136 ◦ blue 186

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

Shades of Curious Blue #3488BA

Tints of Curious Blue #3488BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 49.73%

R = 13.9%
G = 36.36%
B = 49.73%

CMYK

 C value IS 0.72

 M value IS 0.27

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3488BA (or 0x3488BA) is known color: Curious Blue. HEX triplet: 34, 88 and BA. RGB value is (52,136,186). Sum of RGB (Red+Green+Blue) = 52+136+186=374 (49% of max value = 765). Red value is 52 (20.70% from 255 or 13.90% from 374); Green value is 136 (53.52% from 255 or 36.36% from 374); Blue value is 186 (73.05% from 255 or 49.73% from 374); Max value from RGB is 186 - color contains mainly: blue. Hex color #3488BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3488BA is #CB7745. Grayscale: #747474. Windows color (decimal): -13334342 or 12224564. OLE color: 12224564.

HSL color Cylindrical-coordinate representation of color #3488BA: hue angle of 202.39º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3488BA is Cyan = 0.72, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 52 136 186 -
CMYK 0.72 0.27 0 0.27
HSL 202.39º 0.56% 0.47% -
HSV(B) 202.39º 0.72% 0.73% -
XYZ 19.08 21.88 49.67 -
YUV 116.58 167.17 81.93 -
System Red Green Blue C M Y K H S L
Decimal 52 136 186 0.72 0.27 0 0.27 202.39 0.56 0.47
Hex 34 88 BA 48 1B 0 1B CA 38 2F
Octal 64 210 272 110 33 0 33 312 70 57
Binary 110100 10001000 10111010 1001000 11011 0 11011 11001010 111000 101111

Color Harmonies of #3488BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3488BA

Black with #3488BA

Text Example


Text Example

White with #3488BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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