Html Css Color HEX #378BDF Curious Blue

📋 copy color: '#378BDF'

red 55 ◦ green 139 ◦ blue 223

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

Shades of Curious Blue #378BDF

Tints of Curious Blue #378BDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 53.48%

R = 13.19%
G = 33.33%
B = 53.48%

CMYK

 C value IS 0.75

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#378BDF (or 0x378BDF) is known color: Curious Blue. HEX triplet: 37, 8B and DF. RGB value is (55,139,223). Sum of RGB (Red+Green+Blue) = 55+139+223=417 (55% of max value = 765). Red value is 55 (21.88% from 255 or 13.19% from 417); Green value is 139 (54.69% from 255 or 33.33% from 417); Blue value is 223 (87.5% from 255 or 53.48% from 417); Max value from RGB is 223 - color contains mainly: blue. Hex color #378BDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #378BDF is #C87420. Grayscale: #7B7B7B. Windows color (decimal): -13136929 or 14650167. OLE color: 14650167.

HSL color Cylindrical-coordinate representation of color #378BDF: hue angle of 210º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #378BDF is Cyan = 0.75, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 55 139 223 -
CMYK 0.75 0.38 0 0.13
HSL 210º 0.72% 0.55% -
HSV(B) 210º 0.75% 0.87% -
XYZ 24.13 24.61 73.29 -
YUV 123.46 184.17 79.17 -
System Red Green Blue C M Y K H S L
Decimal 55 139 223 0.75 0.38 0 0.13 210 0.72 0.55
Hex 37 8B DF 4B 26 0 D D2 48 37
Octal 67 213 337 113 46 0 15 322 110 67
Binary 110111 10001011 11011111 1001011 100110 0 1101 11010010 1001000 110111

Color Harmonies of #378BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378BDF

Black with #378BDF

Text Example


Text Example

White with #378BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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