Html Css Color HEX #3782CD Curious Blue

📋 copy color: '#3782CD'

red 55 ◦ green 130 ◦ blue 205

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

Shades of Curious Blue #3782CD

Tints of Curious Blue #3782CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 52.56%

R = 14.1%
G = 33.33%
B = 52.56%

CMYK

 C value IS 0.73

 M value IS 0.37

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3782CD (or 0x3782CD) is known color: Curious Blue. HEX triplet: 37, 82 and CD. RGB value is (55,130,205). Sum of RGB (Red+Green+Blue) = 55+130+205=390 (51% of max value = 765). Red value is 55 (21.88% from 255 or 14.10% from 390); Green value is 130 (51.17% from 255 or 33.33% from 390); Blue value is 205 (80.47% from 255 or 52.56% from 390); Max value from RGB is 205 - color contains mainly: blue. Hex color #3782CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3782CD is #C87D32. Grayscale: #737373. Windows color (decimal): -13139251 or 13468215. OLE color: 13468215.

HSL color Cylindrical-coordinate representation of color #3782CD: hue angle of 210º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3782CD is Cyan = 0.73, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 55 130 205 -
CMYK 0.73 0.37 0 0.20
HSL 210º 0.6% 0.51% -
HSV(B) 210º 0.73% 0.8% -
XYZ 20.58 21.19 60.76 -
YUV 116.13 178.15 84.4 -
System Red Green Blue C M Y K H S L
Decimal 55 130 205 0.73 0.37 0 0.20 210 0.6 0.51
Hex 37 82 CD 49 25 0 14 D2 3C 33
Octal 67 202 315 111 45 0 24 322 74 63
Binary 110111 10000010 11001101 1001001 100101 0 10100 11010010 111100 110011

Color Harmonies of #3782CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3782CD

Black with #3782CD

Text Example


Text Example

White with #3782CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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