Html Css Color HEX #3A8FCA Curious Blue

📋 copy color: '#3A8FCA'

red 58 ◦ green 143 ◦ blue 202

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

Shades of Curious Blue #3A8FCA

Tints of Curious Blue #3A8FCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 50.12%

R = 14.39%
G = 35.48%
B = 50.12%

CMYK

 C value IS 0.71

 M value IS 0.29

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#3A8FCA (or 0x3A8FCA) is known color: Curious Blue. HEX triplet: 3A, 8F and CA. RGB value is (58,143,202). Sum of RGB (Red+Green+Blue) = 58+143+202=403 (53% of max value = 765). Red value is 58 (23.05% from 255 or 14.39% from 403); Green value is 143 (56.25% from 255 or 35.48% from 403); Blue value is 202 (79.30% from 255 or 50.12% from 403); Max value from RGB is 202 - color contains mainly: blue. Hex color #3A8FCA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3A8FCA is #C57035. Grayscale: #7B7B7B. Windows color (decimal): -12939318 or 13274938. OLE color: 13274938.

HSL color Cylindrical-coordinate representation of color #3A8FCA: hue angle of 204.58º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3A8FCA is Cyan = 0.71, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 58 143 202 -
CMYK 0.71 0.29 0 0.21
HSL 204.58º 0.58% 0.51% -
HSV(B) 204.58º 0.71% 0.79% -
XYZ 22.23 24.81 59.49 -
YUV 124.31 171.84 80.7 -
System Red Green Blue C M Y K H S L
Decimal 58 143 202 0.71 0.29 0 0.21 204.58 0.58 0.51
Hex 3A 8F CA 47 1D 0 15 CD 3A 33
Octal 72 217 312 107 35 0 25 315 72 63
Binary 111010 10001111 11001010 1000111 11101 0 10101 11001101 111010 110011

Color Harmonies of #3A8FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A8FCA

Black with #3A8FCA

Text Example


Text Example

White with #3A8FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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