Html Css Color HEX #3498CA Curious Blue

📋 copy color: '#3498CA'

red 52 ◦ green 152 ◦ blue 202

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

Shades of Curious Blue #3498CA

Tints of Curious Blue #3498CA

RGB

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

 GREEN value IS 152 (59.77% from 255) = 37.44%

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

R = 12.81%
G = 37.44%
B = 49.75%

CMYK

 C value IS 0.74

 M value IS 0.25

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#3498CA (or 0x3498CA) is known color: Curious Blue. HEX triplet: 34, 98 and CA. RGB value is (52,152,202). Sum of RGB (Red+Green+Blue) = 52+152+202=406 (53% of max value = 765). Red value is 52 (20.70% from 255 or 12.81% from 406); Green value is 152 (59.77% from 255 or 37.44% from 406); Blue value is 202 (79.30% from 255 or 49.75% from 406); Max value from RGB is 202 - color contains mainly: blue. Hex color #3498CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3498CA is #CB6735. Grayscale: #7F7F7F. Windows color (decimal): -13330230 or 13277236. OLE color: 13277236.

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

Color convert

RGB 52 152 202 -
CMYK 0.74 0.25 0 0.21
HSL 200º 0.59% 0.5% -
HSV(B) 200º 0.74% 0.79% -
XYZ 23.31 27.45 59.95 -
YUV 127.8 169.87 73.93 -
System Red Green Blue C M Y K H S L
Decimal 52 152 202 0.74 0.25 0 0.21 200 0.59 0.5
Hex 34 98 CA 4A 19 0 15 C8 3B 32
Octal 64 230 312 112 31 0 25 310 73 62
Binary 110100 10011000 11001010 1001010 11001 0 10101 11001000 111011 110010

Color Harmonies of #3498CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3498CA

Black with #3498CA

Text Example


Text Example

White with #3498CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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