Html Css Color HEX #3488C5 Curious Blue

📋 copy color: '#3488C5'

red 52 ◦ green 136 ◦ blue 197

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

Shades of Curious Blue #3488C5

Tints of Curious Blue #3488C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 51.17%

R = 13.51%
G = 35.32%
B = 51.17%

CMYK

 C value IS 0.74

 M value IS 0.31

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#3488C5 (or 0x3488C5) is known color: Curious Blue. HEX triplet: 34, 88 and C5. RGB value is (52,136,197). Sum of RGB (Red+Green+Blue) = 52+136+197=385 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.51% from 385); Green value is 136 (53.52% from 255 or 35.32% from 385); Blue value is 197 (77.34% from 255 or 51.17% from 385); Max value from RGB is 197 - color contains mainly: blue. Hex color #3488C5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3488C5 is #CB773A. Grayscale: #757575. Windows color (decimal): -13334331 or 12945460. OLE color: 12945460.

HSL color Cylindrical-coordinate representation of color #3488C5: hue angle of 205.24º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3488C5 is Cyan = 0.74, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 52 136 197 -
CMYK 0.74 0.31 0 0.23
HSL 205.24º 0.58% 0.49% -
HSV(B) 205.24º 0.74% 0.77% -
XYZ 20.3 22.37 56.07 -
YUV 117.84 172.67 81.04 -
System Red Green Blue C M Y K H S L
Decimal 52 136 197 0.74 0.31 0 0.23 205.24 0.58 0.49
Hex 34 88 C5 4A 1F 0 17 CD 3A 31
Octal 64 210 305 112 37 0 27 315 72 61
Binary 110100 10001000 11000101 1001010 11111 0 10111 11001101 111010 110001

Color Harmonies of #3488C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3488C5

Black with #3488C5

Text Example


Text Example

White with #3488C5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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