Html Css Color HEX #3A8FCC Curious Blue

📋 copy color: '#3A8FCC'

red 58 ◦ green 143 ◦ blue 204

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

Shades of Curious Blue #3A8FCC

Tints of Curious Blue #3A8FCC

RGB

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

 GREEN value IS 143 (56.25% from 255) = 35.31%

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

R = 14.32%
G = 35.31%
B = 50.37%

CMYK

 C value IS 0.72

 M value IS 0.30

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3A8FCC (or 0x3A8FCC) is known color: Curious Blue. HEX triplet: 3A, 8F and CC. RGB value is (58,143,204). Sum of RGB (Red+Green+Blue) = 58+143+204=405 (53% of max value = 765). Red value is 58 (23.05% from 255 or 14.32% from 405); Green value is 143 (56.25% from 255 or 35.31% from 405); Blue value is 204 (80.08% from 255 or 50.37% from 405); Max value from RGB is 204 - color contains mainly: blue. Hex color #3A8FCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3A8FCC is #C57033. Grayscale: #7C7C7C. Windows color (decimal): -12939316 or 13406010. OLE color: 13406010.

HSL color Cylindrical-coordinate representation of color #3A8FCC: hue angle of 205.07º 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 #3A8FCC is Cyan = 0.72, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 58 143 204 -
CMYK 0.72 0.30 0 0.2
HSL 205.07º 0.59% 0.51% -
HSV(B) 205.07º 0.72% 0.8% -
XYZ 22.47 24.9 60.75 -
YUV 124.54 172.84 80.54 -
System Red Green Blue C M Y K H S L
Decimal 58 143 204 0.72 0.30 0 0.2 205.07 0.59 0.51
Hex 3A 8F CC 48 1E 0 14 CD 3B 33
Octal 72 217 314 110 36 0 24 315 73 63
Binary 111010 10001111 11001100 1001000 11110 0 10100 11001101 111011 110011

Color Harmonies of #3A8FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A8FCC

Black with #3A8FCC

Text Example


Text Example

White with #3A8FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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