Html Css Color HEX #3484BA Curious Blue

📋 copy color: '#3484BA'

red 52 ◦ green 132 ◦ blue 186

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

Shades of Curious Blue #3484BA

Tints of Curious Blue #3484BA

RGB

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

 GREEN value IS 132 (51.95% from 255) = 35.68%

 BLUE value IS 186 (73.05% from 255) = 50.27%

R = 14.05%
G = 35.68%
B = 50.27%

CMYK

 C value IS 0.72

 M value IS 0.29

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3484BA (or 0x3484BA) is known color: Curious Blue. HEX triplet: 34, 84 and BA. RGB value is (52,132,186). Sum of RGB (Red+Green+Blue) = 52+132+186=370 (49% of max value = 765). Red value is 52 (20.70% from 255 or 14.05% from 370); Green value is 132 (51.95% from 255 or 35.68% from 370); Blue value is 186 (73.05% from 255 or 50.27% from 370); Max value from RGB is 186 - color contains mainly: blue. Hex color #3484BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3484BA is #CB7B45. Grayscale: #717171. Windows color (decimal): -13335366 or 12223540. OLE color: 12223540.

HSL color Cylindrical-coordinate representation of color #3484BA: hue angle of 204.18º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3484BA is Cyan = 0.72, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 52 132 186 -
CMYK 0.72 0.29 0 0.27
HSL 204.18º 0.56% 0.47% -
HSV(B) 204.18º 0.72% 0.73% -
XYZ 18.53 20.78 49.49 -
YUV 114.24 168.5 83.61 -
System Red Green Blue C M Y K H S L
Decimal 52 132 186 0.72 0.29 0 0.27 204.18 0.56 0.47
Hex 34 84 BA 48 1D 0 1B CC 38 2F
Octal 64 204 272 110 35 0 33 314 70 57
Binary 110100 10000100 10111010 1001000 11101 0 11011 11001100 111000 101111

Color Harmonies of #3484BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3484BA

Black with #3484BA

Text Example


Text Example

White with #3484BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3484BA; }

 p { color: rgb(52,132,186); }

 H1.HeaderClassName
 {
   color: #3484BA;
 }
 .AnyTagClassName
 {
   color: #3484BA;
 }
</style>

background-color css

<style>
 a { background-color: #3484BA; }

 a { background-color: rgb(52,132,186); }

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

border-color css

<style>
 span { border-color: #3484BA; }

 span { border-color: rgb(52,132,186); }

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