Html Css Color HEX #3A7FCA Curious Blue

📋 copy color: '#3A7FCA'

red 58 ◦ green 127 ◦ blue 202

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

Shades of Curious Blue #3A7FCA

Tints of Curious Blue #3A7FCA

RGB

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

 GREEN value IS 127 (50% from 255) = 32.82%

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

R = 14.99%
G = 32.82%
B = 52.2%

CMYK

 C value IS 0.71

 M value IS 0.37

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#3A7FCA (or 0x3A7FCA) is known color: Curious Blue. HEX triplet: 3A, 7F and CA. RGB value is (58,127,202). Sum of RGB (Red+Green+Blue) = 58+127+202=387 (51% of max value = 765). Red value is 58 (23.05% from 255 or 14.99% from 387); Green value is 127 (50% from 255 or 32.82% from 387); Blue value is 202 (79.30% from 255 or 52.20% from 387); Max value from RGB is 202 - color contains mainly: blue. Hex color #3A7FCA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A7FCA is #C58035. Grayscale: #727272. Windows color (decimal): -12943414 or 13270842. OLE color: 13270842.

HSL color Cylindrical-coordinate representation of color #3A7FCA: hue angle of 211.25º 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 #3A7FCA is Cyan = 0.71, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 58 127 202 -
CMYK 0.71 0.37 0 0.21
HSL 211.25º 0.58% 0.51% -
HSV(B) 211.25º 0.71% 0.79% -
XYZ 19.99 20.34 58.75 -
YUV 114.92 177.14 87.4 -
System Red Green Blue C M Y K H S L
Decimal 58 127 202 0.71 0.37 0 0.21 211.25 0.58 0.51
Hex 3A 7F CA 47 25 0 15 D3 3A 33
Octal 72 177 312 107 45 0 25 323 72 63
Binary 111010 1111111 11001010 1000111 100101 0 10101 11010011 111010 110011

Color Harmonies of #3A7FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A7FCA

Black with #3A7FCA

Text Example


Text Example

White with #3A7FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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