Html Css Color HEX #3483BC Curious Blue

📋 copy color: '#3483BC'

red 52 ◦ green 131 ◦ blue 188

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

Shades of Curious Blue #3483BC

Tints of Curious Blue #3483BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 50.67%

R = 14.02%
G = 35.31%
B = 50.67%

CMYK

 C value IS 0.72

 M value IS 0.30

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3483BC (or 0x3483BC) is known color: Curious Blue. HEX triplet: 34, 83 and BC. RGB value is (52,131,188). Sum of RGB (Red+Green+Blue) = 52+131+188=371 (49% of max value = 765). Red value is 52 (20.70% from 255 or 14.02% from 371); Green value is 131 (51.56% from 255 or 35.31% from 371); Blue value is 188 (73.83% from 255 or 50.67% from 371); Max value from RGB is 188 - color contains mainly: blue. Hex color #3483BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3483BC is #CB7C43. Grayscale: #717171. Windows color (decimal): -13335620 or 12354356. OLE color: 12354356.

HSL color Cylindrical-coordinate representation of color #3483BC: hue angle of 205.15º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3483BC is Cyan = 0.72, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 52 131 188 -
CMYK 0.72 0.30 0 0.26
HSL 205.15º 0.57% 0.47% -
HSV(B) 205.15º 0.72% 0.74% -
XYZ 18.61 20.59 50.57 -
YUV 113.88 169.83 83.87 -
System Red Green Blue C M Y K H S L
Decimal 52 131 188 0.72 0.30 0 0.26 205.15 0.57 0.47
Hex 34 83 BC 48 1E 0 1A CD 39 2F
Octal 64 203 274 110 36 0 32 315 71 57
Binary 110100 10000011 10111100 1001000 11110 0 11010 11001101 111001 101111

Color Harmonies of #3483BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3483BC

Black with #3483BC

Text Example


Text Example

White with #3483BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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