Html Css Color HEX #378BCF Curious Blue

📋 copy color: '#378BCF'

red 55 ◦ green 139 ◦ blue 207

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

Shades of Curious Blue #378BCF

Tints of Curious Blue #378BCF

RGB

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

 GREEN value IS 139 (54.69% from 255) = 34.66%

 BLUE value IS 207 (81.25% from 255) = 51.62%

R = 13.72%
G = 34.66%
B = 51.62%

CMYK

 C value IS 0.73

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#378BCF (or 0x378BCF) is known color: Curious Blue. HEX triplet: 37, 8B and CF. RGB value is (55,139,207). Sum of RGB (Red+Green+Blue) = 55+139+207=401 (53% of max value = 765). Red value is 55 (21.88% from 255 or 13.72% from 401); Green value is 139 (54.69% from 255 or 34.66% from 401); Blue value is 207 (81.25% from 255 or 51.62% from 401); Max value from RGB is 207 - color contains mainly: blue. Hex color #378BCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #378BCF is #C87430. Grayscale: #797979. Windows color (decimal): -13136945 or 13601591. OLE color: 13601591.

HSL color Cylindrical-coordinate representation of color #378BCF: hue angle of 206.84º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #378BCF is Cyan = 0.73, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 55 139 207 -
CMYK 0.73 0.33 0 0.19
HSL 206.84º 0.61% 0.51% -
HSV(B) 206.84º 0.73% 0.81% -
XYZ 22.07 23.78 62.46 -
YUV 121.64 176.17 80.47 -
System Red Green Blue C M Y K H S L
Decimal 55 139 207 0.73 0.33 0 0.19 206.84 0.61 0.51
Hex 37 8B CF 49 21 0 13 CF 3D 33
Octal 67 213 317 111 41 0 23 317 75 63
Binary 110111 10001011 11001111 1001001 100001 0 10011 11001111 111101 110011

Color Harmonies of #378BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378BCF

Black with #378BCF

Text Example


Text Example

White with #378BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,139,207); }

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

background-color css

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

 a { background-color: rgb(55,139,207); }

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

border-color css

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

 span { border-color: rgb(55,139,207); }

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