Html Css Color HEX #38669B Lochmara

📋 copy color: '#38669B'

red 56 ◦ green 102 ◦ blue 155

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

Shades of Lochmara #38669B

Tints of Lochmara #38669B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 49.52%

R = 17.89%
G = 32.59%
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

#38669B (or 0x38669B) is known color: Lochmara. HEX triplet: 38, 66 and 9B. RGB value is (56,102,155). Sum of RGB (Red+Green+Blue) = 56+102+155=313 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.89% from 313); Green value is 102 (40.23% from 255 or 32.59% from 313); Blue value is 155 (60.94% from 255 or 49.52% from 313); Max value from RGB is 155 - color contains mainly: blue. Hex color #38669B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #38669B is #C79964. Grayscale: #5E5E5E. Windows color (decimal): -13080933 or 10184248. OLE color: 10184248.

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

Color convert

RGB 56 102 155 -
CMYK 0.64 0.34 0 0.39
HSL 212.12º 0.47% 0.41% -
HSV(B) 212.12º 0.64% 0.61% -
XYZ 12.3 12.71 32.82 -
YUV 94.29 162.26 100.69 -
System Red Green Blue C M Y K H S L
Decimal 56 102 155 0.64 0.34 0 0.39 212.12 0.47 0.41
Hex 38 66 9B 40 22 0 27 D4 2F 29
Octal 70 146 233 100 42 0 47 324 57 51
Binary 111000 1100110 10011011 1000000 100010 0 100111 11010100 101111 101001

Color Harmonies of #38669B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38669B

Black with #38669B

Text Example


Text Example

White with #38669B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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