Html Css Color HEX #3A7BBE Curious Blue

📋 copy color: '#3A7BBE'

red 58 ◦ green 123 ◦ blue 190

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

Shades of Curious Blue #3A7BBE

Tints of Curious Blue #3A7BBE

RGB

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

 GREEN value IS 123 (48.44% from 255) = 33.15%

 BLUE value IS 190 (74.61% from 255) = 51.21%

R = 15.63%
G = 33.15%
B = 51.21%

CMYK

 C value IS 0.69

 M value IS 0.35

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3A7BBE (or 0x3A7BBE) is known color: Curious Blue. HEX triplet: 3A, 7B and BE. RGB value is (58,123,190). Sum of RGB (Red+Green+Blue) = 58+123+190=371 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.63% from 371); Green value is 123 (48.44% from 255 or 33.15% from 371); Blue value is 190 (74.61% from 255 or 51.21% from 371); Max value from RGB is 190 - color contains mainly: blue. Hex color #3A7BBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A7BBE is #C58441. Grayscale: #6E6E6E. Windows color (decimal): -12944450 or 12483386. OLE color: 12483386.

HSL color Cylindrical-coordinate representation of color #3A7BBE: hue angle of 210.45º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3A7BBE is Cyan = 0.69, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 58 123 190 -
CMYK 0.69 0.35 0 0.25
HSL 210.45º 0.53% 0.49% -
HSV(B) 210.45º 0.69% 0.75% -
XYZ 18.12 18.78 51.39 -
YUV 111.2 172.47 90.05 -
System Red Green Blue C M Y K H S L
Decimal 58 123 190 0.69 0.35 0 0.25 210.45 0.53 0.49
Hex 3A 7B BE 45 23 0 19 D2 35 31
Octal 72 173 276 105 43 0 31 322 65 61
Binary 111010 1111011 10111110 1000101 100011 0 11001 11010010 110101 110001

Color Harmonies of #3A7BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A7BBE

Black with #3A7BBE

Text Example


Text Example

White with #3A7BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,123,190); }

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

background-color css

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

 a { background-color: rgb(58,123,190); }

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

border-color css

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

 span { border-color: rgb(58,123,190); }

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