Html Css Color HEX #38669D Lochmara

📋 copy color: '#38669D'

red 56 ◦ green 102 ◦ blue 157

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

Shades of Lochmara #38669D

Tints of Lochmara #38669D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 49.84%

R = 17.78%
G = 32.38%
B = 49.84%

CMYK

 C value IS 0.64

 M value IS 0.35

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#38669D (or 0x38669D) is known color: Lochmara. HEX triplet: 38, 66 and 9D. RGB value is (56,102,157). Sum of RGB (Red+Green+Blue) = 56+102+157=315 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.78% from 315); Green value is 102 (40.23% from 255 or 32.38% from 315); Blue value is 157 (61.72% from 255 or 49.84% from 315); Max value from RGB is 157 - color contains mainly: blue. Hex color #38669D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #38669D is #C79962. Grayscale: #5E5E5E. Windows color (decimal): -13080931 or 10315320. OLE color: 10315320.

HSL color Cylindrical-coordinate representation of color #38669D: hue angle of 212.67º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #38669D is Cyan = 0.64, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 56 102 157 -
CMYK 0.64 0.35 0 0.38
HSL 212.67º 0.47% 0.42% -
HSV(B) 212.67º 0.64% 0.62% -
XYZ 12.47 12.78 33.71 -
YUV 94.52 163.26 100.53 -
System Red Green Blue C M Y K H S L
Decimal 56 102 157 0.64 0.35 0 0.38 212.67 0.47 0.42
Hex 38 66 9D 40 23 0 26 D5 2F 2A
Octal 70 146 235 100 43 0 46 325 57 52
Binary 111000 1100110 10011101 1000000 100011 0 100110 11010101 101111 101010

Color Harmonies of #38669D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38669D

Black with #38669D

Text Example


Text Example

White with #38669D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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