Html Css Color HEX #3483CA Curious Blue

📋 copy color: '#3483CA'

red 52 ◦ green 131 ◦ blue 202

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

Shades of Curious Blue #3483CA

Tints of Curious Blue #3483CA

RGB

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

 GREEN value IS 131 (51.56% from 255) = 34.03%

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

R = 13.51%
G = 34.03%
B = 52.47%

CMYK

 C value IS 0.74

 M value IS 0.35

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#3483CA (or 0x3483CA) is known color: Curious Blue. HEX triplet: 34, 83 and CA. RGB value is (52,131,202). Sum of RGB (Red+Green+Blue) = 52+131+202=385 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.51% from 385); Green value is 131 (51.56% from 255 or 34.03% from 385); Blue value is 202 (79.30% from 255 or 52.47% from 385); Max value from RGB is 202 - color contains mainly: blue. Hex color #3483CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3483CA is #CB7C35. Grayscale: #737373. Windows color (decimal): -13335606 or 13271860. OLE color: 13271860.

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

Color convert

RGB 52 131 202 -
CMYK 0.74 0.35 0 0.21
HSL 208.4º 0.59% 0.5% -
HSV(B) 208.4º 0.74% 0.79% -
XYZ 20.19 21.23 58.91 -
YUV 115.47 176.83 82.73 -
System Red Green Blue C M Y K H S L
Decimal 52 131 202 0.74 0.35 0 0.21 208.4 0.59 0.5
Hex 34 83 CA 4A 23 0 15 D0 3B 32
Octal 64 203 312 112 43 0 25 320 73 62
Binary 110100 10000011 11001010 1001010 100011 0 10101 11010000 111011 110010

Color Harmonies of #3483CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3483CA

Black with #3483CA

Text Example


Text Example

White with #3483CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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