Html Css Color HEX #38669C Lochmara

📋 copy color: '#38669C'

red 56 ◦ green 102 ◦ blue 156

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

Shades of Lochmara #38669C

Tints of Lochmara #38669C

RGB

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

 GREEN value IS 102 (40.23% from 255) = 32.48%

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

R = 17.83%
G = 32.48%
B = 49.68%

CMYK

 C value IS 0.64

 M value IS 0.35

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#38669C (or 0x38669C) is known color: Lochmara. HEX triplet: 38, 66 and 9C. RGB value is (56,102,156). Sum of RGB (Red+Green+Blue) = 56+102+156=314 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.83% from 314); Green value is 102 (40.23% from 255 or 32.48% from 314); Blue value is 156 (61.33% from 255 or 49.68% from 314); Max value from RGB is 156 - color contains mainly: blue. Hex color #38669C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #38669C is #C79963. Grayscale: #5E5E5E. Windows color (decimal): -13080932 or 10249784. OLE color: 10249784.

HSL color Cylindrical-coordinate representation of color #38669C: hue angle of 212.4º 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 #38669C is Cyan = 0.64, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 56 102 156 -
CMYK 0.64 0.35 0 0.39
HSL 212.4º 0.47% 0.42% -
HSV(B) 212.4º 0.64% 0.61% -
XYZ 12.38 12.74 33.26 -
YUV 94.4 162.76 100.61 -
System Red Green Blue C M Y K H S L
Decimal 56 102 156 0.64 0.35 0 0.39 212.4 0.47 0.42
Hex 38 66 9C 40 23 0 27 D4 2F 2A
Octal 70 146 234 100 43 0 47 324 57 52
Binary 111000 1100110 10011100 1000000 100011 0 100111 11010100 101111 101010

Color Harmonies of #38669C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38669C

Black with #38669C

Text Example


Text Example

White with #38669C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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