Html Css Color HEX #3A7DAB Curious Blue

📋 copy color: '#3A7DAB'

red 58 ◦ green 125 ◦ blue 171

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

Shades of Curious Blue #3A7DAB

Tints of Curious Blue #3A7DAB

RGB

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

 GREEN value IS 125 (49.22% from 255) = 35.31%

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

R = 16.38%
G = 35.31%
B = 48.31%

CMYK

 C value IS 0.66

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3A7DAB (or 0x3A7DAB) is known color: Curious Blue. HEX triplet: 3A, 7D and AB. RGB value is (58,125,171). Sum of RGB (Red+Green+Blue) = 58+125+171=354 (46% of max value = 765). Red value is 58 (23.05% from 255 or 16.38% from 354); Green value is 125 (49.22% from 255 or 35.31% from 354); Blue value is 171 (67.19% from 255 or 48.31% from 354); Max value from RGB is 171 - color contains mainly: blue. Hex color #3A7DAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A7DAB is #C58254. Grayscale: #6D6D6D. Windows color (decimal): -12943957 or 11238714. OLE color: 11238714.

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

Color convert

RGB 58 125 171 -
CMYK 0.66 0.27 0 0.33
HSL 204.42º 0.49% 0.45% -
HSV(B) 204.42º 0.66% 0.67% -
XYZ 16.43 18.51 41.23 -
YUV 110.21 162.3 90.76 -
System Red Green Blue C M Y K H S L
Decimal 58 125 171 0.66 0.27 0 0.33 204.42 0.49 0.45
Hex 3A 7D AB 42 1B 0 21 CC 31 2D
Octal 72 175 253 102 33 0 41 314 61 55
Binary 111010 1111101 10101011 1000010 11011 0 100001 11001100 110001 101101

Color Harmonies of #3A7DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A7DAB

Black with #3A7DAB

Text Example


Text Example

White with #3A7DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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