Html Css Color HEX #3488CA Curious Blue

📋 copy color: '#3488CA'

red 52 ◦ green 136 ◦ blue 202

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

Shades of Curious Blue #3488CA

Tints of Curious Blue #3488CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 51.79%

R = 13.33%
G = 34.87%
B = 51.79%

CMYK

 C value IS 0.74

 M value IS 0.33

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#3488CA (or 0x3488CA) is known color: Curious Blue. HEX triplet: 34, 88 and CA. RGB value is (52,136,202). Sum of RGB (Red+Green+Blue) = 52+136+202=390 (51% of max value = 765). Red value is 52 (20.70% from 255 or 13.33% from 390); Green value is 136 (53.52% from 255 or 34.87% from 390); Blue value is 202 (79.30% from 255 or 51.79% from 390); Max value from RGB is 202 - color contains mainly: blue. Hex color #3488CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3488CA is #CB7735. Grayscale: #767676. Windows color (decimal): -13334326 or 13273140. OLE color: 13273140.

HSL color Cylindrical-coordinate representation of color #3488CA: hue angle of 206.4º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3488CA is Cyan = 0.74, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 52 136 202 -
CMYK 0.74 0.33 0 0.21
HSL 206.4º 0.59% 0.5% -
HSV(B) 206.4º 0.74% 0.79% -
XYZ 20.88 22.6 59.14 -
YUV 118.41 175.17 80.63 -
System Red Green Blue C M Y K H S L
Decimal 52 136 202 0.74 0.33 0 0.21 206.4 0.59 0.5
Hex 34 88 CA 4A 21 0 15 CE 3B 32
Octal 64 210 312 112 41 0 25 316 73 62
Binary 110100 10001000 11001010 1001010 100001 0 10101 11001110 111011 110010

Color Harmonies of #3488CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3488CA

Black with #3488CA

Text Example


Text Example

White with #3488CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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