Html Css Color HEX #3A7DB4 Curious Blue

📋 copy color: '#3A7DB4'

red 58 ◦ green 125 ◦ blue 180

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

Shades of Curious Blue #3A7DB4

Tints of Curious Blue #3A7DB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 49.59%

R = 15.98%
G = 34.44%
B = 49.59%

CMYK

 C value IS 0.68

 M value IS 0.31

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#3A7DB4 (or 0x3A7DB4) is known color: Curious Blue. HEX triplet: 3A, 7D and B4. RGB value is (58,125,180). Sum of RGB (Red+Green+Blue) = 58+125+180=363 (48% of max value = 765). Red value is 58 (23.05% from 255 or 15.98% from 363); Green value is 125 (49.22% from 255 or 34.44% from 363); Blue value is 180 (70.70% from 255 or 49.59% from 363); Max value from RGB is 180 - color contains mainly: blue. Hex color #3A7DB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A7DB4 is #C5824B. Grayscale: #6E6E6E. Windows color (decimal): -12943948 or 11828538. OLE color: 11828538.

HSL color Cylindrical-coordinate representation of color #3A7DB4: hue angle of 207.05º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3A7DB4 is Cyan = 0.68, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 58 125 180 -
CMYK 0.68 0.31 0 0.29
HSL 207.05º 0.51% 0.47% -
HSV(B) 207.05º 0.68% 0.71% -
XYZ 17.32 18.86 45.91 -
YUV 111.24 166.8 90.03 -
System Red Green Blue C M Y K H S L
Decimal 58 125 180 0.68 0.31 0 0.29 207.05 0.51 0.47
Hex 3A 7D B4 44 1F 0 1D CF 33 2F
Octal 72 175 264 104 37 0 35 317 63 57
Binary 111010 1111101 10110100 1000100 11111 0 11101 11001111 110011 101111

Color Harmonies of #3A7DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A7DB4

Black with #3A7DB4

Text Example


Text Example

White with #3A7DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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