Html Css Color HEX #3A7DCD Curious Blue

📋 copy color: '#3A7DCD'

red 58 ◦ green 125 ◦ blue 205

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

Shades of Curious Blue #3A7DCD

Tints of Curious Blue #3A7DCD

RGB

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

 GREEN value IS 125 (49.22% from 255) = 32.22%

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

R = 14.95%
G = 32.22%
B = 52.84%

CMYK

 C value IS 0.72

 M value IS 0.39

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3A7DCD (or 0x3A7DCD) is known color: Curious Blue. HEX triplet: 3A, 7D and CD. RGB value is (58,125,205). Sum of RGB (Red+Green+Blue) = 58+125+205=388 (51% of max value = 765). Red value is 58 (23.05% from 255 or 14.95% from 388); Green value is 125 (49.22% from 255 or 32.22% from 388); Blue value is 205 (80.47% from 255 or 52.84% from 388); Max value from RGB is 205 - color contains mainly: blue. Hex color #3A7DCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A7DCD is #C58232. Grayscale: #717171. Windows color (decimal): -12943923 or 13466938. OLE color: 13466938.

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

Color convert

RGB 58 125 205 -
CMYK 0.72 0.39 0 0.20
HSL 212.65º 0.6% 0.52% -
HSV(B) 212.65º 0.72% 0.8% -
XYZ 20.1 19.97 60.55 -
YUV 114.09 179.3 88 -
System Red Green Blue C M Y K H S L
Decimal 58 125 205 0.72 0.39 0 0.20 212.65 0.6 0.52
Hex 3A 7D CD 48 27 0 14 D5 3C 34
Octal 72 175 315 110 47 0 24 325 74 64
Binary 111010 1111101 11001101 1001000 100111 0 10100 11010101 111100 110100

Color Harmonies of #3A7DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A7DCD

Black with #3A7DCD

Text Example


Text Example

White with #3A7DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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