Html Css Color HEX #3A7CCD Curious Blue

📋 copy color: '#3A7CCD'

red 58 ◦ green 124 ◦ blue 205

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

Shades of Curious Blue #3A7CCD

Tints of Curious Blue #3A7CCD

RGB

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

 GREEN value IS 124 (48.83% from 255) = 32.04%

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

R = 14.99%
G = 32.04%
B = 52.97%

CMYK

 C value IS 0.72

 M value IS 0.40

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3A7CCD (or 0x3A7CCD) is known color: Curious Blue. HEX triplet: 3A, 7C and CD. RGB value is (58,124,205). Sum of RGB (Red+Green+Blue) = 58+124+205=387 (51% of max value = 765). Red value is 58 (23.05% from 255 or 14.99% from 387); Green value is 124 (48.83% from 255 or 32.04% from 387); Blue value is 205 (80.47% from 255 or 52.97% from 387); Max value from RGB is 205 - color contains mainly: blue. Hex color #3A7CCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A7CCD is #C58332. Grayscale: #717171. Windows color (decimal): -12944179 or 13466682. OLE color: 13466682.

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

Color convert

RGB 58 124 205 -
CMYK 0.72 0.40 0 0.20
HSL 213.06º 0.6% 0.52% -
HSV(B) 213.06º 0.72% 0.8% -
XYZ 19.97 19.72 60.51 -
YUV 113.5 179.63 88.41 -
System Red Green Blue C M Y K H S L
Decimal 58 124 205 0.72 0.40 0 0.20 213.06 0.6 0.52
Hex 3A 7C CD 48 28 0 14 D5 3C 34
Octal 72 174 315 110 50 0 24 325 74 64
Binary 111010 1111100 11001101 1001000 101000 0 10100 11010101 111100 110100

Color Harmonies of #3A7CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A7CCD

Black with #3A7CCD

Text Example


Text Example

White with #3A7CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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