Html Css Color HEX #378DD0 Curious Blue

📋 copy color: '#378DD0'

red 55 ◦ green 141 ◦ blue 208

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

Shades of Curious Blue #378DD0

Tints of Curious Blue #378DD0

RGB

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

 GREEN value IS 141 (55.47% from 255) = 34.9%

 BLUE value IS 208 (81.64% from 255) = 51.49%

R = 13.61%
G = 34.9%
B = 51.49%

CMYK

 C value IS 0.74

 M value IS 0.32

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#378DD0 (or 0x378DD0) is known color: Curious Blue. HEX triplet: 37, 8D and D0. RGB value is (55,141,208). Sum of RGB (Red+Green+Blue) = 55+141+208=404 (53% of max value = 765). Red value is 55 (21.88% from 255 or 13.61% from 404); Green value is 141 (55.47% from 255 or 34.90% from 404); Blue value is 208 (81.64% from 255 or 51.49% from 404); Max value from RGB is 208 - color contains mainly: blue. Hex color #378DD0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #378DD0 is #C8722F. Grayscale: #7A7A7A. Windows color (decimal): -13136432 or 13667639. OLE color: 13667639.

HSL color Cylindrical-coordinate representation of color #378DD0: hue angle of 206.27º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #378DD0 is Cyan = 0.74, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 55 141 208 -
CMYK 0.74 0.32 0 0.18
HSL 206.27º 0.62% 0.52% -
HSV(B) 206.27º 0.74% 0.82% -
XYZ 22.49 24.42 63.2 -
YUV 122.92 176.01 79.55 -
System Red Green Blue C M Y K H S L
Decimal 55 141 208 0.74 0.32 0 0.18 206.27 0.62 0.52
Hex 37 8D D0 4A 20 0 12 CE 3E 34
Octal 67 215 320 112 40 0 22 316 76 64
Binary 110111 10001101 11010000 1001010 100000 0 10010 11001110 111110 110100

Color Harmonies of #378DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378DD0

Black with #378DD0

Text Example


Text Example

White with #378DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378DD0; }

 p { color: rgb(55,141,208); }

 H1.HeaderClassName
 {
   color: #378DD0;
 }
 .AnyTagClassName
 {
   color: #378DD0;
 }
</style>

background-color css

<style>
 a { background-color: #378DD0; }

 a { background-color: rgb(55,141,208); }

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

border-color css

<style>
 span { border-color: #378DD0; }

 span { border-color: rgb(55,141,208); }

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