Html Css Color HEX #378CCF Curious Blue

📋 copy color: '#378CCF'

red 55 ◦ green 140 ◦ blue 207

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

Shades of Curious Blue #378CCF

Tints of Curious Blue #378CCF

RGB

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

 GREEN value IS 140 (55.08% from 255) = 34.83%

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

R = 13.68%
G = 34.83%
B = 51.49%

CMYK

 C value IS 0.73

 M value IS 0.32

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#378CCF (or 0x378CCF) is known color: Curious Blue. HEX triplet: 37, 8C and CF. RGB value is (55,140,207). Sum of RGB (Red+Green+Blue) = 55+140+207=402 (53% of max value = 765). Red value is 55 (21.88% from 255 or 13.68% from 402); Green value is 140 (55.08% from 255 or 34.83% from 402); Blue value is 207 (81.25% from 255 or 51.49% from 402); Max value from RGB is 207 - color contains mainly: blue. Hex color #378CCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #378CCF is #C87330. Grayscale: #797979. Windows color (decimal): -13136689 or 13601847. OLE color: 13601847.

HSL color Cylindrical-coordinate representation of color #378CCF: hue angle of 206.45º 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 #378CCF is Cyan = 0.73, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 55 140 207 -
CMYK 0.73 0.32 0 0.19
HSL 206.45º 0.61% 0.51% -
HSV(B) 206.45º 0.73% 0.81% -
XYZ 22.22 24.07 62.51 -
YUV 122.22 175.84 80.05 -
System Red Green Blue C M Y K H S L
Decimal 55 140 207 0.73 0.32 0 0.19 206.45 0.61 0.51
Hex 37 8C CF 49 20 0 13 CE 3D 33
Octal 67 214 317 111 40 0 23 316 75 63
Binary 110111 10001100 11001111 1001001 100000 0 10011 11001110 111101 110011

Color Harmonies of #378CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378CCF

Black with #378CCF

Text Example


Text Example

White with #378CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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