Html Css Color HEX #3A7FCD Curious Blue

📋 copy color: '#3A7FCD'

red 58 ◦ green 127 ◦ blue 205

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

Shades of Curious Blue #3A7FCD

Tints of Curious Blue #3A7FCD

RGB

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

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

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

R = 14.87%
G = 32.56%
B = 52.56%

CMYK

 C value IS 0.72

 M value IS 0.38

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3A7FCD (or 0x3A7FCD) is known color: Curious Blue. HEX triplet: 3A, 7F and CD. RGB value is (58,127,205). Sum of RGB (Red+Green+Blue) = 58+127+205=390 (51% of max value = 765). Red value is 58 (23.05% from 255 or 14.87% from 390); Green value is 127 (50% from 255 or 32.56% from 390); Blue value is 205 (80.47% from 255 or 52.56% from 390); Max value from RGB is 205 - color contains mainly: blue. Hex color #3A7FCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A7FCD is #C58032. Grayscale: #727272. Windows color (decimal): -12943411 or 13467450. OLE color: 13467450.

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

Color convert

RGB 58 127 205 -
CMYK 0.72 0.38 0 0.20
HSL 211.84º 0.6% 0.52% -
HSV(B) 211.84º 0.72% 0.8% -
XYZ 20.35 20.49 60.64 -
YUV 115.26 178.64 87.16 -
System Red Green Blue C M Y K H S L
Decimal 58 127 205 0.72 0.38 0 0.20 211.84 0.6 0.52
Hex 3A 7F CD 48 26 0 14 D4 3C 34
Octal 72 177 315 110 46 0 24 324 74 64
Binary 111010 1111111 11001101 1001000 100110 0 10100 11010100 111100 110100

Color Harmonies of #3A7FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A7FCD

Black with #3A7FCD

Text Example


Text Example

White with #3A7FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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