Html Css Color HEX #378ABB Curious Blue

📋 copy color: '#378ABB'

red 55 ◦ green 138 ◦ blue 187

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

Shades of Curious Blue #378ABB

Tints of Curious Blue #378ABB

RGB

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

 GREEN value IS 138 (54.3% from 255) = 36.32%

 BLUE value IS 187 (73.44% from 255) = 49.21%

R = 14.47%
G = 36.32%
B = 49.21%

CMYK

 C value IS 0.71

 M value IS 0.26

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#378ABB (or 0x378ABB) is known color: Curious Blue. HEX triplet: 37, 8A and BB. RGB value is (55,138,187). Sum of RGB (Red+Green+Blue) = 55+138+187=380 (50% of max value = 765). Red value is 55 (21.88% from 255 or 14.47% from 380); Green value is 138 (54.30% from 255 or 36.32% from 380); Blue value is 187 (73.44% from 255 or 49.21% from 380); Max value from RGB is 187 - color contains mainly: blue. Hex color #378ABB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #378ABB is #C87544. Grayscale: #767676. Windows color (decimal): -13137221 or 12290615. OLE color: 12290615.

HSL color Cylindrical-coordinate representation of color #378ABB: hue angle of 202.27º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #378ABB is Cyan = 0.71, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 55 138 187 -
CMYK 0.71 0.26 0 0.27
HSL 202.27º 0.55% 0.47% -
HSV(B) 202.27º 0.71% 0.73% -
XYZ 19.63 22.58 50.34 -
YUV 118.77 166.5 82.52 -
System Red Green Blue C M Y K H S L
Decimal 55 138 187 0.71 0.26 0 0.27 202.27 0.55 0.47
Hex 37 8A BB 47 1A 0 1B CA 37 2F
Octal 67 212 273 107 32 0 33 312 67 57
Binary 110111 10001010 10111011 1000111 11010 0 11011 11001010 110111 101111

Color Harmonies of #378ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378ABB

Black with #378ABB

Text Example


Text Example

White with #378ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,138,187); }

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

background-color css

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

 a { background-color: rgb(55,138,187); }

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

border-color css

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

 span { border-color: rgb(55,138,187); }

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