Html Css Color HEX #3775B3 Curious Blue

📋 copy color: '#3775B3'

red 55 ◦ green 117 ◦ blue 179

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

Shades of Curious Blue #3775B3

Tints of Curious Blue #3775B3

RGB

 RED value IS 55 (21.88% from 255) = 15.67%

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

 BLUE value IS 179 (70.31% from 255) = 51%

R = 15.67%
G = 33.33%
B = 51%

CMYK

 C value IS 0.69

 M value IS 0.35

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#3775B3 (or 0x3775B3) is known color: Curious Blue. HEX triplet: 37, 75 and B3. RGB value is (55,117,179). Sum of RGB (Red+Green+Blue) = 55+117+179=351 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.67% from 351); Green value is 117 (46.09% from 255 or 33.33% from 351); Blue value is 179 (70.31% from 255 or 51.00% from 351); Max value from RGB is 179 - color contains mainly: blue. Hex color #3775B3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3775B3 is #C88A4C. Grayscale: #696969. Windows color (decimal): -13142605 or 11760951. OLE color: 11760951.

HSL color Cylindrical-coordinate representation of color #3775B3: hue angle of 210º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3775B3 is Cyan = 0.69, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 55 117 179 -
CMYK 0.69 0.35 0 0.30
HSL 210º 0.53% 0.46% -
HSV(B) 210º 0.69% 0.7% -
XYZ 16.07 16.79 45.04 -
YUV 105.53 169.46 91.96 -
System Red Green Blue C M Y K H S L
Decimal 55 117 179 0.69 0.35 0 0.30 210 0.53 0.46
Hex 37 75 B3 45 23 0 1E D2 35 2E
Octal 67 165 263 105 43 0 36 322 65 56
Binary 110111 1110101 10110011 1000101 100011 0 11110 11010010 110101 101110

Color Harmonies of #3775B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3775B3

Black with #3775B3

Text Example


Text Example

White with #3775B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3775B3; }

 p { color: rgb(55,117,179); }

 H1.HeaderClassName
 {
   color: #3775B3;
 }
 .AnyTagClassName
 {
   color: #3775B3;
 }
</style>

background-color css

<style>
 a { background-color: #3775B3; }

 a { background-color: rgb(55,117,179); }

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

border-color css

<style>
 span { border-color: #3775B3; }

 span { border-color: rgb(55,117,179); }

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