Html Css Color HEX #3782BC Curious Blue

📋 copy color: '#3782BC'

red 55 ◦ green 130 ◦ blue 188

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

Shades of Curious Blue #3782BC

Tints of Curious Blue #3782BC

RGB

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

 GREEN value IS 130 (51.17% from 255) = 34.85%

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

R = 14.75%
G = 34.85%
B = 50.4%

CMYK

 C value IS 0.71

 M value IS 0.31

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3782BC (or 0x3782BC) is known color: Curious Blue. HEX triplet: 37, 82 and BC. RGB value is (55,130,188). Sum of RGB (Red+Green+Blue) = 55+130+188=373 (49% of max value = 765). Red value is 55 (21.88% from 255 or 14.75% from 373); Green value is 130 (51.17% from 255 or 34.85% from 373); Blue value is 188 (73.83% from 255 or 50.40% from 373); Max value from RGB is 188 - color contains mainly: blue. Hex color #3782BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3782BC is #C87D43. Grayscale: #717171. Windows color (decimal): -13139268 or 12354103. OLE color: 12354103.

HSL color Cylindrical-coordinate representation of color #3782BC: hue angle of 206.17º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3782BC is Cyan = 0.71, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 55 130 188 -
CMYK 0.71 0.31 0 0.26
HSL 206.17º 0.55% 0.48% -
HSV(B) 206.17º 0.71% 0.74% -
XYZ 18.64 20.41 50.53 -
YUV 114.19 169.65 85.78 -
System Red Green Blue C M Y K H S L
Decimal 55 130 188 0.71 0.31 0 0.26 206.17 0.55 0.48
Hex 37 82 BC 47 1F 0 1A CE 37 30
Octal 67 202 274 107 37 0 32 316 67 60
Binary 110111 10000010 10111100 1000111 11111 0 11010 11001110 110111 110000

Color Harmonies of #3782BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3782BC

Black with #3782BC

Text Example


Text Example

White with #3782BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3782BC; }

 p { color: rgb(55,130,188); }

 H1.HeaderClassName
 {
   color: #3782BC;
 }
 .AnyTagClassName
 {
   color: #3782BC;
 }
</style>

background-color css

<style>
 a { background-color: #3782BC; }

 a { background-color: rgb(55,130,188); }

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

border-color css

<style>
 span { border-color: #3782BC; }

 span { border-color: rgb(55,130,188); }

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