Html Css Color HEX #3A7EBA Curious Blue

📋 copy color: '#3A7EBA'

red 58 ◦ green 126 ◦ blue 186

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

Shades of Curious Blue #3A7EBA

Tints of Curious Blue #3A7EBA

RGB

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

 GREEN value IS 126 (49.61% from 255) = 34.05%

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

R = 15.68%
G = 34.05%
B = 50.27%

CMYK

 C value IS 0.69

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3A7EBA (or 0x3A7EBA) is known color: Curious Blue. HEX triplet: 3A, 7E and BA. RGB value is (58,126,186). Sum of RGB (Red+Green+Blue) = 58+126+186=370 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.68% from 370); Green value is 126 (49.61% from 255 or 34.05% from 370); Blue value is 186 (73.05% from 255 or 50.27% from 370); Max value from RGB is 186 - color contains mainly: blue. Hex color #3A7EBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A7EBA is #C58145. Grayscale: #707070. Windows color (decimal): -12943686 or 12222010. OLE color: 12222010.

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

Color convert

RGB 58 126 186 -
CMYK 0.69 0.32 0 0.27
HSL 208.13º 0.52% 0.48% -
HSV(B) 208.13º 0.69% 0.73% -
XYZ 18.07 19.37 49.24 -
YUV 112.51 169.47 89.12 -
System Red Green Blue C M Y K H S L
Decimal 58 126 186 0.69 0.32 0 0.27 208.13 0.52 0.48
Hex 3A 7E BA 45 20 0 1B D0 34 30
Octal 72 176 272 105 40 0 33 320 64 60
Binary 111010 1111110 10111010 1000101 100000 0 11011 11010000 110100 110000

Color Harmonies of #3A7EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A7EBA

Black with #3A7EBA

Text Example


Text Example

White with #3A7EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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