Html Css Color HEX #38679C Lochmara

📋 copy color: '#38679C'

red 56 ◦ green 103 ◦ blue 156

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

Shades of Lochmara #38679C

Tints of Lochmara #38679C

RGB

 RED value IS 56 (22.27% from 255) = 17.78%

 GREEN value IS 103 (40.63% from 255) = 32.7%

 BLUE value IS 156 (61.33% from 255) = 49.52%

R = 17.78%
G = 32.7%
B = 49.52%

CMYK

 C value IS 0.64

 M value IS 0.34

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#38679C (or 0x38679C) is known color: Lochmara. HEX triplet: 38, 67 and 9C. RGB value is (56,103,156). Sum of RGB (Red+Green+Blue) = 56+103+156=315 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.78% from 315); Green value is 103 (40.62% from 255 or 32.70% from 315); Blue value is 156 (61.33% from 255 or 49.52% from 315); Max value from RGB is 156 - color contains mainly: blue. Hex color #38679C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #38679C is #C79863. Grayscale: #5E5E5E. Windows color (decimal): -13080676 or 10250040. OLE color: 10250040.

HSL color Cylindrical-coordinate representation of color #38679C: hue angle of 211.8º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #38679C is Cyan = 0.64, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 56 103 156 -
CMYK 0.64 0.34 0 0.39
HSL 211.8º 0.47% 0.42% -
HSV(B) 211.8º 0.64% 0.61% -
XYZ 12.48 12.94 33.29 -
YUV 94.99 162.43 100.19 -
System Red Green Blue C M Y K H S L
Decimal 56 103 156 0.64 0.34 0 0.39 211.8 0.47 0.42
Hex 38 67 9C 40 22 0 27 D4 2F 2A
Octal 70 147 234 100 42 0 47 324 57 52
Binary 111000 1100111 10011100 1000000 100010 0 100111 11010100 101111 101010

Color Harmonies of #38679C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38679C

Black with #38679C

Text Example


Text Example

White with #38679C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38679C; }

 p { color: rgb(56,103,156); }

 H1.HeaderClassName
 {
   color: #38679C;
 }
 .AnyTagClassName
 {
   color: #38679C;
 }
</style>

background-color css

<style>
 a { background-color: #38679C; }

 a { background-color: rgb(56,103,156); }

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

border-color css

<style>
 span { border-color: #38679C; }

 span { border-color: rgb(56,103,156); }

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