Html Css Color HEX #3A89CD Curious Blue

📋 copy color: '#3A89CD'

red 58 ◦ green 137 ◦ blue 205

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

Shades of Curious Blue #3A89CD

Tints of Curious Blue #3A89CD

RGB

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

 GREEN value IS 137 (53.91% from 255) = 34.25%

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

R = 14.5%
G = 34.25%
B = 51.25%

CMYK

 C value IS 0.72

 M value IS 0.33

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3A89CD (or 0x3A89CD) is known color: Curious Blue. HEX triplet: 3A, 89 and CD. RGB value is (58,137,205). Sum of RGB (Red+Green+Blue) = 58+137+205=400 (52% of max value = 765). Red value is 58 (23.05% from 255 or 14.5% from 400); Green value is 137 (53.91% from 255 or 34.25% from 400); Blue value is 205 (80.47% from 255 or 51.25% from 400); Max value from RGB is 205 - color contains mainly: blue. Hex color #3A89CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3A89CD is #C57632. Grayscale: #787878. Windows color (decimal): -12940851 or 13470010. OLE color: 13470010.

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

Color convert

RGB 58 137 205 -
CMYK 0.72 0.33 0 0.20
HSL 207.76º 0.6% 0.52% -
HSV(B) 207.76º 0.72% 0.8% -
XYZ 21.71 23.2 61.09 -
YUV 121.13 175.33 82.97 -
System Red Green Blue C M Y K H S L
Decimal 58 137 205 0.72 0.33 0 0.20 207.76 0.6 0.52
Hex 3A 89 CD 48 21 0 14 D0 3C 34
Octal 72 211 315 110 41 0 24 320 74 64
Binary 111010 10001001 11001101 1001000 100001 0 10100 11010000 111100 110100

Color Harmonies of #3A89CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A89CD

Black with #3A89CD

Text Example


Text Example

White with #3A89CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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