Html Css Color HEX #378FCF Curious Blue

📋 copy color: '#378FCF'

red 55 ◦ green 143 ◦ blue 207

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

Shades of Curious Blue #378FCF

Tints of Curious Blue #378FCF

RGB

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

 GREEN value IS 143 (56.25% from 255) = 35.31%

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

R = 13.58%
G = 35.31%
B = 51.11%

CMYK

 C value IS 0.73

 M value IS 0.31

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#378FCF (or 0x378FCF) is known color: Curious Blue. HEX triplet: 37, 8F and CF. RGB value is (55,143,207). Sum of RGB (Red+Green+Blue) = 55+143+207=405 (53% of max value = 765). Red value is 55 (21.88% from 255 or 13.58% from 405); Green value is 143 (56.25% from 255 or 35.31% from 405); Blue value is 207 (81.25% from 255 or 51.11% from 405); Max value from RGB is 207 - color contains mainly: blue. Hex color #378FCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #378FCF is #C87030. Grayscale: #7B7B7B. Windows color (decimal): -13135921 or 13602615. OLE color: 13602615.

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

Color convert

RGB 55 143 207 -
CMYK 0.73 0.31 0 0.19
HSL 205.26º 0.61% 0.51% -
HSV(B) 205.26º 0.73% 0.81% -
XYZ 22.66 24.96 62.66 -
YUV 123.98 174.85 78.8 -
System Red Green Blue C M Y K H S L
Decimal 55 143 207 0.73 0.31 0 0.19 205.26 0.61 0.51
Hex 37 8F CF 49 1F 0 13 CD 3D 33
Octal 67 217 317 111 37 0 23 315 75 63
Binary 110111 10001111 11001111 1001001 11111 0 10011 11001101 111101 110011

Color Harmonies of #378FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378FCF

Black with #378FCF

Text Example


Text Example

White with #378FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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