Html Css Color HEX #3A8ACD Curious Blue

📋 copy color: '#3A8ACD'

red 58 ◦ green 138 ◦ blue 205

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

Shades of Curious Blue #3A8ACD

Tints of Curious Blue #3A8ACD

RGB

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

 GREEN value IS 138 (54.3% from 255) = 34.41%

 BLUE value IS 205 (80.47% from 255) = 51.12%

R = 14.46%
G = 34.41%
B = 51.12%

CMYK

 C value IS 0.72

 M value IS 0.33

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3A8ACD (or 0x3A8ACD) is known color: Curious Blue. HEX triplet: 3A, 8A and CD. RGB value is (58,138,205). Sum of RGB (Red+Green+Blue) = 58+138+205=401 (53% of max value = 765). Red value is 58 (23.05% from 255 or 14.46% from 401); Green value is 138 (54.30% from 255 or 34.41% from 401); Blue value is 205 (80.47% from 255 or 51.12% from 401); Max value from RGB is 205 - color contains mainly: blue. Hex color #3A8ACD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3A8ACD is #C57532. Grayscale: #797979. Windows color (decimal): -12940595 or 13470266. OLE color: 13470266.

HSL color Cylindrical-coordinate representation of color #3A8ACD: hue angle of 207.35º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3A8ACD is Cyan = 0.72, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 58 138 205 -
CMYK 0.72 0.33 0 0.20
HSL 207.35º 0.6% 0.52% -
HSV(B) 207.35º 0.72% 0.8% -
XYZ 21.85 23.48 61.14 -
YUV 121.72 175 82.55 -
System Red Green Blue C M Y K H S L
Decimal 58 138 205 0.72 0.33 0 0.20 207.35 0.6 0.52
Hex 3A 8A CD 48 21 0 14 CF 3C 34
Octal 72 212 315 110 41 0 24 317 74 64
Binary 111010 10001010 11001101 1001000 100001 0 10100 11001111 111100 110100

Color Harmonies of #3A8ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A8ACD

Black with #3A8ACD

Text Example


Text Example

White with #3A8ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,138,205); }

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

background-color css

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

 a { background-color: rgb(58,138,205); }

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

border-color css

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

 span { border-color: rgb(58,138,205); }

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