Html Css Color HEX #3A8ABA Curious Blue

📋 copy color: '#3A8ABA'

red 58 ◦ green 138 ◦ blue 186

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

Shades of Curious Blue #3A8ABA

Tints of Curious Blue #3A8ABA

RGB

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

 GREEN value IS 138 (54.3% from 255) = 36.13%

 BLUE value IS 186 (73.05% from 255) = 48.69%

R = 15.18%
G = 36.13%
B = 48.69%

CMYK

 C value IS 0.69

 M value IS 0.26

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3A8ABA (or 0x3A8ABA) is known color: Curious Blue. HEX triplet: 3A, 8A and BA. RGB value is (58,138,186). Sum of RGB (Red+Green+Blue) = 58+138+186=382 (50% of max value = 765). Red value is 58 (23.05% from 255 or 15.18% from 382); Green value is 138 (54.30% from 255 or 36.13% from 382); Blue value is 186 (73.05% from 255 or 48.69% from 382); Max value from RGB is 186 - color contains mainly: blue. Hex color #3A8ABA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3A8ABA is #C57545. Grayscale: #777777. Windows color (decimal): -12940614 or 12225082. OLE color: 12225082.

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

Color convert

RGB 58 138 186 -
CMYK 0.69 0.26 0 0.27
HSL 202.5º 0.52% 0.48% -
HSV(B) 202.5º 0.69% 0.73% -
XYZ 19.7 22.62 49.78 -
YUV 119.55 165.5 84.1 -
System Red Green Blue C M Y K H S L
Decimal 58 138 186 0.69 0.26 0 0.27 202.5 0.52 0.48
Hex 3A 8A BA 45 1A 0 1B CA 34 30
Octal 72 212 272 105 32 0 33 312 64 60
Binary 111010 10001010 10111010 1000101 11010 0 11011 11001010 110100 110000

Color Harmonies of #3A8ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A8ABA

Black with #3A8ABA

Text Example


Text Example

White with #3A8ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,138,186); }

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

background-color css

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

 a { background-color: rgb(58,138,186); }

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

border-color css

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

 span { border-color: rgb(58,138,186); }

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