Html Css Color HEX #3A8CBD Curious Blue

📋 copy color: '#3A8CBD'

red 58 ◦ green 140 ◦ blue 189

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

Shades of Curious Blue #3A8CBD

Tints of Curious Blue #3A8CBD

RGB

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

 GREEN value IS 140 (55.08% from 255) = 36.18%

 BLUE value IS 189 (74.22% from 255) = 48.84%

R = 14.99%
G = 36.18%
B = 48.84%

CMYK

 C value IS 0.69

 M value IS 0.26

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3A8CBD (or 0x3A8CBD) is known color: Curious Blue. HEX triplet: 3A, 8C and BD. RGB value is (58,140,189). Sum of RGB (Red+Green+Blue) = 58+140+189=387 (51% of max value = 765). Red value is 58 (23.05% from 255 or 14.99% from 387); Green value is 140 (55.08% from 255 or 36.18% from 387); Blue value is 189 (74.22% from 255 or 48.84% from 387); Max value from RGB is 189 - color contains mainly: blue. Hex color #3A8CBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3A8CBD is #C57342. Grayscale: #787878. Windows color (decimal): -12940099 or 12422202. OLE color: 12422202.

HSL color Cylindrical-coordinate representation of color #3A8CBD: hue angle of 202.44º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3A8CBD is Cyan = 0.69, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 58 140 189 -
CMYK 0.69 0.26 0 0.26
HSL 202.44º 0.53% 0.48% -
HSV(B) 202.44º 0.69% 0.74% -
XYZ 20.31 23.33 51.58 -
YUV 121.07 166.33 83.02 -
System Red Green Blue C M Y K H S L
Decimal 58 140 189 0.69 0.26 0 0.26 202.44 0.53 0.48
Hex 3A 8C BD 45 1A 0 1A CA 35 30
Octal 72 214 275 105 32 0 32 312 65 60
Binary 111010 10001100 10111101 1000101 11010 0 11010 11001010 110101 110000

Color Harmonies of #3A8CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A8CBD

Black with #3A8CBD

Text Example


Text Example

White with #3A8CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,140,189); }

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

background-color css

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

 a { background-color: rgb(58,140,189); }

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

border-color css

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

 span { border-color: rgb(58,140,189); }

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