Html Css Color HEX #378ACD Curious Blue

📋 copy color: '#378ACD'

red 55 ◦ green 138 ◦ blue 205

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

Shades of Curious Blue #378ACD

Tints of Curious Blue #378ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 51.51%

R = 13.82%
G = 34.67%
B = 51.51%

CMYK

 C value IS 0.73

 M value IS 0.33

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#378ACD (or 0x378ACD) is known color: Curious Blue. HEX triplet: 37, 8A and CD. RGB value is (55,138,205). Sum of RGB (Red+Green+Blue) = 55+138+205=398 (52% of max value = 765). Red value is 55 (21.88% from 255 or 13.82% from 398); Green value is 138 (54.30% from 255 or 34.67% from 398); Blue value is 205 (80.47% from 255 or 51.51% from 398); Max value from RGB is 205 - color contains mainly: blue. Hex color #378ACD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #378ACD is #C87532. Grayscale: #787878. Windows color (decimal): -13137203 or 13470263. OLE color: 13470263.

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

Color convert

RGB 55 138 205 -
CMYK 0.73 0.33 0 0.20
HSL 206.8º 0.6% 0.51% -
HSV(B) 206.8º 0.73% 0.8% -
XYZ 21.68 23.4 61.13 -
YUV 120.82 175.5 81.05 -
System Red Green Blue C M Y K H S L
Decimal 55 138 205 0.73 0.33 0 0.20 206.8 0.6 0.51
Hex 37 8A CD 49 21 0 14 CF 3C 33
Octal 67 212 315 111 41 0 24 317 74 63
Binary 110111 10001010 11001101 1001001 100001 0 10100 11001111 111100 110011

Color Harmonies of #378ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378ACD

Black with #378ACD

Text Example


Text Example

White with #378ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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