Html Css Color HEX #3C84B2 Curious Blue

📋 copy color: '#3C84B2'

red 60 ◦ green 132 ◦ blue 178

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

Shades of Curious Blue #3C84B2

Tints of Curious Blue #3C84B2

RGB

 RED value IS 60 (23.83% from 255) = 16.22%

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

 BLUE value IS 178 (69.92% from 255) = 48.11%

R = 16.22%
G = 35.68%
B = 48.11%

CMYK

 C value IS 0.66

 M value IS 0.26

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#3C84B2 (or 0x3C84B2) is known color: Curious Blue. HEX triplet: 3C, 84 and B2. RGB value is (60,132,178). Sum of RGB (Red+Green+Blue) = 60+132+178=370 (49% of max value = 765). Red value is 60 (23.83% from 255 or 16.22% from 370); Green value is 132 (51.95% from 255 or 35.68% from 370); Blue value is 178 (69.92% from 255 or 48.11% from 370); Max value from RGB is 178 - color contains mainly: blue. Hex color #3C84B2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C84B2 is #C37B4D. Grayscale: #737373. Windows color (decimal): -12811086 or 11699260. OLE color: 11699260.

HSL color Cylindrical-coordinate representation of color #3C84B2: hue angle of 203.39º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3C84B2 is Cyan = 0.66, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 60 132 178 -
CMYK 0.66 0.26 0 0.30
HSL 203.39º 0.5% 0.47% -
HSV(B) 203.39º 0.66% 0.7% -
XYZ 18.15 20.68 45.15 -
YUV 115.72 163.15 88.26 -
System Red Green Blue C M Y K H S L
Decimal 60 132 178 0.66 0.26 0 0.30 203.39 0.5 0.47
Hex 3C 84 B2 42 1A 0 1E CB 32 2F
Octal 74 204 262 102 32 0 36 313 62 57
Binary 111100 10000100 10110010 1000010 11010 0 11110 11001011 110010 101111

Color Harmonies of #3C84B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C84B2

Black with #3C84B2

Text Example


Text Example

White with #3C84B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3C84B2; }

 p { color: rgb(60,132,178); }

 H1.HeaderClassName
 {
   color: #3C84B2;
 }
 .AnyTagClassName
 {
   color: #3C84B2;
 }
</style>

background-color css

<style>
 a { background-color: #3C84B2; }

 a { background-color: rgb(60,132,178); }

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

border-color css

<style>
 span { border-color: #3C84B2; }

 span { border-color: rgb(60,132,178); }

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