Html Css Color HEX #3A8DCC Curious Blue

📋 copy color: '#3A8DCC'

red 58 ◦ green 141 ◦ blue 204

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

Shades of Curious Blue #3A8DCC

Tints of Curious Blue #3A8DCC

RGB

 RED value IS 58 (23.05% from 255) = 14.39%

 GREEN value IS 141 (55.47% from 255) = 34.99%

 BLUE value IS 204 (80.08% from 255) = 50.62%

R = 14.39%
G = 34.99%
B = 50.62%

CMYK

 C value IS 0.72

 M value IS 0.31

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3A8DCC (or 0x3A8DCC) is known color: Curious Blue. HEX triplet: 3A, 8D and CC. RGB value is (58,141,204). Sum of RGB (Red+Green+Blue) = 58+141+204=403 (53% of max value = 765). Red value is 58 (23.05% from 255 or 14.39% from 403); Green value is 141 (55.47% from 255 or 34.99% from 403); Blue value is 204 (80.08% from 255 or 50.62% from 403); Max value from RGB is 204 - color contains mainly: blue. Hex color #3A8DCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3A8DCC is #C57233. Grayscale: #7B7B7B. Windows color (decimal): -12939828 or 13405498. OLE color: 13405498.

HSL color Cylindrical-coordinate representation of color #3A8DCC: hue angle of 205.89º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3A8DCC is Cyan = 0.72, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 58 141 204 -
CMYK 0.72 0.31 0 0.2
HSL 205.89º 0.59% 0.51% -
HSV(B) 205.89º 0.72% 0.8% -
XYZ 22.17 24.31 60.65 -
YUV 123.37 173.5 81.38 -
System Red Green Blue C M Y K H S L
Decimal 58 141 204 0.72 0.31 0 0.2 205.89 0.59 0.51
Hex 3A 8D CC 48 1F 0 14 CE 3B 33
Octal 72 215 314 110 37 0 24 316 73 63
Binary 111010 10001101 11001100 1001000 11111 0 10100 11001110 111011 110011

Color Harmonies of #3A8DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A8DCC

Black with #3A8DCC

Text Example


Text Example

White with #3A8DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,141,204); }

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

background-color css

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

 a { background-color: rgb(58,141,204); }

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

border-color css

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

 span { border-color: rgb(58,141,204); }

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