Html Css Color HEX #3A81AB Curious Blue

📋 copy color: '#3A81AB'

red 58 ◦ green 129 ◦ blue 171

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

Shades of Curious Blue #3A81AB

Tints of Curious Blue #3A81AB

RGB

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

 GREEN value IS 129 (50.78% from 255) = 36.03%

 BLUE value IS 171 (67.19% from 255) = 47.77%

R = 16.2%
G = 36.03%
B = 47.77%

CMYK

 C value IS 0.66

 M value IS 0.25

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3A81AB (or 0x3A81AB) is known color: Curious Blue. HEX triplet: 3A, 81 and AB. RGB value is (58,129,171). Sum of RGB (Red+Green+Blue) = 58+129+171=358 (47% of max value = 765). Red value is 58 (23.05% from 255 or 16.20% from 358); Green value is 129 (50.78% from 255 or 36.03% from 358); Blue value is 171 (67.19% from 255 or 47.77% from 358); Max value from RGB is 171 - color contains mainly: blue. Hex color #3A81AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A81AB is #C57E54. Grayscale: #707070. Windows color (decimal): -12942933 or 11239738. OLE color: 11239738.

HSL color Cylindrical-coordinate representation of color #3A81AB: hue angle of 202.3º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3A81AB is Cyan = 0.66, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 58 129 171 -
CMYK 0.66 0.25 0 0.33
HSL 202.3º 0.49% 0.45% -
HSV(B) 202.3º 0.66% 0.67% -
XYZ 16.95 19.54 41.41 -
YUV 112.56 160.98 89.08 -
System Red Green Blue C M Y K H S L
Decimal 58 129 171 0.66 0.25 0 0.33 202.3 0.49 0.45
Hex 3A 81 AB 42 19 0 21 CA 31 2D
Octal 72 201 253 102 31 0 41 312 61 55
Binary 111010 10000001 10101011 1000010 11001 0 100001 11001010 110001 101101

Color Harmonies of #3A81AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A81AB

Black with #3A81AB

Text Example


Text Example

White with #3A81AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,129,171); }

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

background-color css

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

 a { background-color: rgb(58,129,171); }

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

border-color css

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

 span { border-color: rgb(58,129,171); }

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