Html Css Color HEX #3A90CD Curious Blue

📋 copy color: '#3A90CD'

red 58 ◦ green 144 ◦ blue 205

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

Shades of Curious Blue #3A90CD

Tints of Curious Blue #3A90CD

RGB

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

 GREEN value IS 144 (56.64% from 255) = 35.38%

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

R = 14.25%
G = 35.38%
B = 50.37%

CMYK

 C value IS 0.72

 M value IS 0.30

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3A90CD (or 0x3A90CD) is known color: Curious Blue. HEX triplet: 3A, 90 and CD. RGB value is (58,144,205). Sum of RGB (Red+Green+Blue) = 58+144+205=407 (53% of max value = 765). Red value is 58 (23.05% from 255 or 14.25% from 407); Green value is 144 (56.64% from 255 or 35.38% from 407); Blue value is 205 (80.47% from 255 or 50.37% from 407); Max value from RGB is 205 - color contains mainly: blue. Hex color #3A90CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3A90CD is #C56F32. Grayscale: #7C7C7C. Windows color (decimal): -12939059 or 13471802. OLE color: 13471802.

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

Color convert

RGB 58 144 205 -
CMYK 0.72 0.30 0 0.20
HSL 204.9º 0.6% 0.52% -
HSV(B) 204.9º 0.72% 0.8% -
XYZ 22.74 25.25 61.43 -
YUV 125.24 173.01 80.04 -
System Red Green Blue C M Y K H S L
Decimal 58 144 205 0.72 0.30 0 0.20 204.9 0.6 0.52
Hex 3A 90 CD 48 1E 0 14 CD 3C 34
Octal 72 220 315 110 36 0 24 315 74 64
Binary 111010 10010000 11001101 1001000 11110 0 10100 11001101 111100 110100

Color Harmonies of #3A90CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A90CD

Black with #3A90CD

Text Example


Text Example

White with #3A90CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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