Html Css Color HEX #3A75BC Curious Blue

📋 copy color: '#3A75BC'

red 58 ◦ green 117 ◦ blue 188

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

Shades of Curious Blue #3A75BC

Tints of Curious Blue #3A75BC

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.23%

 BLUE value IS 188 (73.83% from 255) = 51.79%

R = 15.98%
G = 32.23%
B = 51.79%

CMYK

 C value IS 0.69

 M value IS 0.38

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3A75BC (or 0x3A75BC) is known color: Curious Blue. HEX triplet: 3A, 75 and BC. RGB value is (58,117,188). Sum of RGB (Red+Green+Blue) = 58+117+188=363 (48% of max value = 765). Red value is 58 (23.05% from 255 or 15.98% from 363); Green value is 117 (46.09% from 255 or 32.23% from 363); Blue value is 188 (73.83% from 255 or 51.79% from 363); Max value from RGB is 188 - color contains mainly: blue. Hex color #3A75BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A75BC is #C58A43. Grayscale: #6B6B6B. Windows color (decimal): -12945988 or 12350778. OLE color: 12350778.

HSL color Cylindrical-coordinate representation of color #3A75BC: hue angle of 212.77º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3A75BC is Cyan = 0.69, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 58 117 188 -
CMYK 0.69 0.38 0 0.26
HSL 212.77º 0.53% 0.48% -
HSV(B) 212.77º 0.69% 0.74% -
XYZ 17.18 17.25 50 -
YUV 107.45 173.45 92.73 -
System Red Green Blue C M Y K H S L
Decimal 58 117 188 0.69 0.38 0 0.26 212.77 0.53 0.48
Hex 3A 75 BC 45 26 0 1A D5 35 30
Octal 72 165 274 105 46 0 32 325 65 60
Binary 111010 1110101 10111100 1000101 100110 0 11010 11010101 110101 110000

Color Harmonies of #3A75BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A75BC

Black with #3A75BC

Text Example


Text Example

White with #3A75BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,117,188); }

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

background-color css

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

 a { background-color: rgb(58,117,188); }

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

border-color css

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

 span { border-color: rgb(58,117,188); }

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