Html Css Color HEX #3489CA Curious Blue

📋 copy color: '#3489CA'

red 52 ◦ green 137 ◦ blue 202

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

Shades of Curious Blue #3489CA

Tints of Curious Blue #3489CA

RGB

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

 GREEN value IS 137 (53.91% from 255) = 35.04%

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

R = 13.3%
G = 35.04%
B = 51.66%

CMYK

 C value IS 0.74

 M value IS 0.32

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#3489CA (or 0x3489CA) is known color: Curious Blue. HEX triplet: 34, 89 and CA. RGB value is (52,137,202). Sum of RGB (Red+Green+Blue) = 52+137+202=391 (51% of max value = 765). Red value is 52 (20.70% from 255 or 13.30% from 391); Green value is 137 (53.91% from 255 or 35.04% from 391); Blue value is 202 (79.30% from 255 or 51.66% from 391); Max value from RGB is 202 - color contains mainly: blue. Hex color #3489CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3489CA is #CB7635. Grayscale: #767676. Windows color (decimal): -13334070 or 13273396. OLE color: 13273396.

HSL color Cylindrical-coordinate representation of color #3489CA: hue angle of 206º 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 #3489CA is Cyan = 0.74, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 52 137 202 -
CMYK 0.74 0.32 0 0.21
HSL 206º 0.59% 0.5% -
HSV(B) 206º 0.74% 0.79% -
XYZ 21.02 22.89 59.19 -
YUV 119 174.84 80.21 -
System Red Green Blue C M Y K H S L
Decimal 52 137 202 0.74 0.32 0 0.21 206 0.59 0.5
Hex 34 89 CA 4A 20 0 15 CE 3B 32
Octal 64 211 312 112 40 0 25 316 73 62
Binary 110100 10001001 11001010 1001010 100000 0 10101 11001110 111011 110010

Color Harmonies of #3489CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3489CA

Black with #3489CA

Text Example


Text Example

White with #3489CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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