Html Css Color HEX #3A8CC8 Curious Blue

📋 copy color: '#3A8CC8'

red 58 ◦ green 140 ◦ blue 200

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

Shades of Curious Blue #3A8CC8

Tints of Curious Blue #3A8CC8

RGB

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

 GREEN value IS 140 (55.08% from 255) = 35.18%

 BLUE value IS 200 (78.52% from 255) = 50.25%

R = 14.57%
G = 35.18%
B = 50.25%

CMYK

 C value IS 0.71

 M value IS 0.3

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#3A8CC8 (or 0x3A8CC8) is known color: Curious Blue. HEX triplet: 3A, 8C and C8. RGB value is (58,140,200). Sum of RGB (Red+Green+Blue) = 58+140+200=398 (52% of max value = 765). Red value is 58 (23.05% from 255 or 14.57% from 398); Green value is 140 (55.08% from 255 or 35.18% from 398); Blue value is 200 (78.52% from 255 or 50.25% from 398); Max value from RGB is 200 - color contains mainly: blue. Hex color #3A8CC8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3A8CC8 is #C57337. Grayscale: #7A7A7A. Windows color (decimal): -12940088 or 13143098. OLE color: 13143098.

HSL color Cylindrical-coordinate representation of color #3A8CC8: hue angle of 205.35º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3A8CC8 is Cyan = 0.71, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 58 140 200 -
CMYK 0.71 0.3 0 0.22
HSL 205.35º 0.56% 0.51% -
HSV(B) 205.35º 0.71% 0.78% -
XYZ 21.55 23.83 58.11 -
YUV 122.32 171.83 82.12 -
System Red Green Blue C M Y K H S L
Decimal 58 140 200 0.71 0.3 0 0.22 205.35 0.56 0.51
Hex 3A 8C C8 47 1E 0 16 CD 38 33
Octal 72 214 310 107 36 0 26 315 70 63
Binary 111010 10001100 11001000 1000111 11110 0 10110 11001101 111000 110011

Color Harmonies of #3A8CC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A8CC8

Black with #3A8CC8

Text Example


Text Example

White with #3A8CC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,140,200); }

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

background-color css

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

 a { background-color: rgb(58,140,200); }

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

border-color css

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

 span { border-color: rgb(58,140,200); }

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